diff options
Diffstat (limited to 'sxhkd')
| -rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 5af9f60..a863191 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -8,6 +8,9 @@ super + shift + w super + e $TERMINAL -n email -e neomutt +super + shift + e + setxkbmap -option caps:escape && notify-send "mapped caps to escape" + super + r $TERMINAL -e ranger @@ -62,11 +65,11 @@ super + F1 # Brightness control {XF86MonBrightnessDown, XF86MonBrightnessUp} - light -{U,A} 10; notify-send "💡 $(light -G)"; + light -{U,A} 10; notify-send "💡 $(light -G)"; # Misc super + s - setbg "$WALLPAPERS_HOME/Landscapes" + setbg "$WALLPAPERS_HOME" super + shift + f dmenuunicode |
