diff options
author | davidovski <david@davidovski.xyz> | 2023-03-02 16:03:51 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-03-02 16:03:51 +0000 |
commit | c293e10e512f322af62c55c95fc96231bb3b3b73 (patch) | |
tree | 41c4af9449b2bb425f2d65f1ce6d86f1a3f1f731 /config/sxhkd | |
parent | af8fa86eb2bb39dd0e793711aede7bec47554b54 (diff) | |
parent | 51292e49bb8092134df6bb1ca586c23bcd2b1ddf (diff) |
Merge branch 'master' of git.cheetah.remote:dot
Diffstat (limited to 'config/sxhkd')
-rw-r--r-- | config/sxhkd/sxhkdrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index 17067d0..751e118 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -17,6 +17,14 @@ super + ctrl + alt + f {XF86AudioMute} amixer -D pulse set Master 1+ toggle +{_, super} + XF86MonBrightnessDown + xbacklight - {10,1} +{_, super} + XF86MonBrightnessUp + xbacklight + {10,1} + + + + super + r rofi -show drun -show-icons |