diff options
author | davidovski <david@davidovski.xyz> | 2022-01-13 20:50:59 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-13 20:50:59 +0000 |
commit | 1406e81f40a5e0ef4632e7c518b0629514a79de3 (patch) | |
tree | 1912848547648649bd6607d578f5709792fead34 /config | |
parent | 7d3f13572597f582f070a2fcff1e64ce279de09d (diff) | |
parent | 53919d7829c5695910487e73df5e400e79d7c07e (diff) |
Merge branch 'master' of git.cheetah.remote:dot
Diffstat (limited to 'config')
-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 c673a3f..3d2e4c9 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 |