From 25a19bd2eeba50888be4ab28f5a24073d11f2cb3 Mon Sep 17 00:00:00 2001 From: Kumar Date: Sun, 11 Jul 2021 18:40:36 -0400 Subject: updated confs --- sxhkd/.config/sxhkd/sxhkdrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sxhkd') 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} -- cgit v1.2.3