summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authordavidovski <git@davidovski.xyz>2021-12-15 01:05:04 +0000
committerdavidovski <git@davidovski.xyz>2021-12-15 01:05:04 +0000
commit53919d7829c5695910487e73df5e400e79d7c07e (patch)
treec259425ed8b2621b96b0fdc701cf54a07e8b1fc4 /config
parente4e3c759d4d9befb66ccf61096e0d935835330e1 (diff)
added backlight control to sxhkd
Diffstat (limited to 'config')
-rw-r--r--config/sxhkd/sxhkdrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc
index ead4d16..c5b91cb 100644
--- a/config/sxhkd/sxhkdrc
+++ b/config/sxhkd/sxhkdrc
@@ -17,6 +17,10 @@ super + ctrl + alt + f
{XF86AudioMute}
amixer -D pulse set Master 1+ toggle
+#backlight
+{XF86MonBrightnessUp, XF86MonBrightnessDown}
+ xbacklight -{inc,dec} 5
+
# runner
super + r
rofi -show drun -show-icons