aboutsummaryrefslogtreecommitdiffstats
path: root/.config/qtile
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2018-02-03 11:48:59 +0100
committerDavid Runge <dave@sleepmap.de>2018-02-03 11:48:59 +0100
commitf4681308fbec5573b96fe082b7fcf728c8870909 (patch)
tree7d4c4b2f84b34d04563a7514bba477e30f715654 /.config/qtile
parent98c3fb48e85fba13bedc71ad43e8d05e6c93e03f (diff)
downloaddotfiles-f4681308fbec5573b96fe082b7fcf728c8870909.tar.gz
dotfiles-f4681308fbec5573b96fe082b7fcf728c8870909.tar.bz2
dotfiles-f4681308fbec5573b96fe082b7fcf728c8870909.tar.xz
dotfiles-f4681308fbec5573b96fe082b7fcf728c8870909.zip
.config/qtile/config.py: Optimizing GroupBox use.
Diffstat (limited to '.config/qtile')
-rw-r--r--.config/qtile/config.py8
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(),