diff options
author | self <george@gabbott.dev> | 2022-06-27 23:29:26 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-06-27 23:29:26 +0100 |
commit | 1a0b905d6b2a4d5f921aa4d393158c4525bb40f0 (patch) | |
tree | 15b31ceda8c23a6f17c08ec732282fa913db4d41 | |
parent | f26eacaf049ef7f3c8a453ba9e5404fbb6756837 (diff) |
st -> alacritty + added swapescape
-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 & |