diff options
author | davidovki <david@davidovski.xyz> | 2023-03-01 00:15:29 +0000 |
---|---|---|
committer | davidovki <david@davidovski.xyz> | 2023-03-01 00:15:29 +0000 |
commit | 51292e49bb8092134df6bb1ca586c23bcd2b1ddf (patch) | |
tree | c9187f0b7040560666ad6627728aebffa3da6b25 /config/sxhkd/sxhkdrc | |
parent | 1e137b842f55e37484cf7df0e1fcf11af7280e61 (diff) |
Add better laptop support
Diffstat (limited to 'config/sxhkd/sxhkdrc')
-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 |