diff options
author | self <george@gabbott.dev> | 2022-07-12 16:55:34 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-07-12 16:55:34 +0100 |
commit | ac7a637d3bd56333e0350a481aa213fa4b3836ac (patch) | |
tree | e21f9f3f2d697cdebb4fb118a0d9fbe2731c7a93 /dwm | |
parent | f0be4e3b5fa02798534e9e86bcb70ad198a0200f (diff) | |
parent | ba03bbf2f4b7197377eec914fc722f4084a342b7 (diff) |
Merge branch 'master' of git.gabbott.dev:self/dotfiles
Diffstat (limited to 'dwm')
-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 & |