diff options
author | self <george@gabbott.dev> | 2022-11-20 13:00:33 +0000 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-11-20 13:00:33 +0000 |
commit | 518410f81ccd74bffcc52f058d25f9176b99e627 (patch) | |
tree | 84b77d359f59789fc47c4aa9786bcb31a313f220 /dwm/autostart_sah.sh | |
parent | 247a3a665a3cf284b53d18d446d909d5fdd07db4 (diff) |
autostart_sah picom
Diffstat (limited to 'dwm/autostart_sah.sh')
-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 |