diff options
| author | Kumar <kumar@kumardamani.xyz> | 2021-07-11 22:40:36 +0000 |
|---|---|---|
| committer | Kumar <kumar@kumardamani.xyz> | 2021-07-11 22:40:36 +0000 |
| commit | 25a19bd2eeba50888be4ab28f5a24073d11f2cb3 (patch) | |
| tree | f5f7c00c22badfc9278293c5435445f2b8454deb /sxhkd | |
| parent | c7df27b5337ccf1ae7ff4531d3e4e76a80035997 (diff) | |
updated confs
Diffstat (limited to 'sxhkd')
| -rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index f30e782..1caf197 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -59,7 +59,8 @@ XF86AudioMute # Brightness control {XF86MonBrightnessDown, XF86MonBrightnessUp} - light -{U,A} 10; notify-send "💡 $(light -G)"; + xbacklight -{dec,inc} 10; notify-send "💡 $(xbacklight -get)"; + #light -{U,A} 10; notify-send "💡 $(light -G)"; # Misc super + s @@ -75,10 +76,10 @@ super + shift + x systemctl suspend super + BackSpace - shutdown now + /sbin/shutdown now super + shift + BackSpace - systemctl restart || reboot + /sbin/reboot super + {F7,F8} screen.sh {l,d} |
