diff options
-rw-r--r-- | .config/qtile/config.py | 8 |
1 files changed, 8 insertions, 0 deletions
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(), |