diff options
author | davidovski <git@davidovski.xyz> | 2021-12-15 01:05:04 +0000 |
---|---|---|
committer | davidovski <git@davidovski.xyz> | 2021-12-15 01:05:04 +0000 |
commit | 53919d7829c5695910487e73df5e400e79d7c07e (patch) | |
tree | c259425ed8b2621b96b0fdc701cf54a07e8b1fc4 | |
parent | e4e3c759d4d9befb66ccf61096e0d935835330e1 (diff) |
added backlight control to sxhkd
-rw-r--r-- | config/sxhkd/sxhkdrc | 4 |
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 |