aboutsummaryrefslogtreecommitdiffstats
path: root/.config/qtile
diff options
context:
space:
mode:
Diffstat (limited to '.config/qtile')
-rw-r--r--.config/qtile/config.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py
index 886eae7..24b44cb 100644
--- a/.config/qtile/config.py
+++ b/.config/qtile/config.py
@@ -13,8 +13,9 @@ terminal = "termite"
drun_launcher = "rofi -show drun"
run_launcher = "rofi -show run"
lock = home+"/bin/i3lock"
-brightness_up = "xbacklight -inc 10"
-brightness_down = "xbacklight -dec 10"
+brightness_step = "5"
+brightness_up = "xbacklight -inc "+brightness_step
+brightness_down = "xbacklight -dec "+brightness_step
volume_up = home+"/bin/set_volume increase"
volume_down = home+"/bin/set_volume decrease"