summaryrefslogtreecommitdiff
path: root/.config/qtile/config.py
diff options
context:
space:
mode:
Diffstat (limited to '.config/qtile/config.py')
-rw-r--r--.config/qtile/config.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py
index ebf2dcd..c6a5460 100644
--- a/.config/qtile/config.py
+++ b/.config/qtile/config.py
@@ -370,6 +370,12 @@ keys = [
Key([], "XF86AudioRaiseVolume",
lazy.spawn("amixer sset Master 5%+")
),
+ Key([], "F1",
+ lazy.spawn("doas brightnessctl --device='intel_backlight' set 5%-")),
+ Key([], "F2",
+ lazy.spawn("doas brightnessctl --device='intel_backlight' set +5%")),
+ Key([], "F4",
+ (lazy.spawn("doas /home/thanos/.scripts/keyboard-light-x220.sh")))
]
mouse = [