diff options
| -rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 2 | ||||
| -rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index c4dadd7..699ce59 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -20,7 +20,7 @@ else fi bspc config border_width 3 -bspc config window_gap 24 +bspc config window_gap 27 bspc config active_border_color '#0C1115' diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 5a73f73..5af9f60 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -65,6 +65,9 @@ super + F1 light -{U,A} 10; notify-send "💡 $(light -G)"; # Misc +super + s + setbg "$WALLPAPERS_HOME/Landscapes" + super + shift + f dmenuunicode |
