diff options
Diffstat (limited to 'dwm')
-rwxr-xr-x | dwm/autostart_sah.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dwm/autostart_sah.sh b/dwm/autostart_sah.sh index 76bc977..755a1a3 100755 --- a/dwm/autostart_sah.sh +++ b/dwm/autostart_sah.sh @@ -1,4 +1,6 @@ #!/bin/sh -picom +if ! pgrep picom >/dev/null ; then + picom +fi setxkbmap -option caps:swapescape |