diff options
-rwxr-xr-x | dwm/autostart_blocking_sah.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dwm/autostart_blocking_sah.sh b/dwm/autostart_blocking_sah.sh index 91f439c..3d267f4 100755 --- a/dwm/autostart_blocking_sah.sh +++ b/dwm/autostart_blocking_sah.sh @@ -2,7 +2,8 @@ feh --bg-scale $(shuf -n1 -e ~/bgs/*) dwmblocks & -st & +alacritty & +setxkbmap -option caps:swapescape # Notifications dunst & |