From f4681308fbec5573b96fe082b7fcf728c8870909 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 3 Feb 2018 11:48:59 +0100 Subject: .config/qtile/config.py: Optimizing GroupBox use. --- .config/qtile/config.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.config/qtile/config.py') diff --git a/.config/qtile/config.py b/.config/qtile/config.py index b3095bb..04e4d87 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -315,6 +315,10 @@ screens = [ this_screen_border="619a75", other_current_screen_border="ba9998", other_screen_border="26914c", + urgent_alert_method="block", + urget_border="a528d2", + disable_drag=True, + use_mouse_wheel=False ), widget.Sep(), widget.Notify( @@ -375,6 +379,10 @@ screens = [ this_screen_border="619a75", other_current_screen_border="ba9998", other_screen_border="26914c", + urgent_alert_method="block", + urget_border="a528d2", + disable_drag=True, + use_mouse_wheel=False ), widget.Sep(), widget.CurrentLayout(), -- cgit v1.2.3-54-g00ecf