diff options
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} |
