From 518410f81ccd74bffcc52f058d25f9176b99e627 Mon Sep 17 00:00:00 2001 From: self Date: Sun, 20 Nov 2022 13:00:33 +0000 Subject: autostart_sah picom --- dwm/autostart_sah.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dwm') 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 -- cgit v1.2.1