From fc3ece0b1a0ab6bca8d2e8ee44518981de2cfdd1 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 12 Jan 2020 17:57:07 +0300 Subject: Minor fixes to keybinds and scripts --- scripts/toggle-compton.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/toggle-compton.sh') diff --git a/scripts/toggle-compton.sh b/scripts/toggle-compton.sh index 7c36b2f..e5a3aaa 100755 --- a/scripts/toggle-compton.sh +++ b/scripts/toggle-compton.sh @@ -1,8 +1,8 @@ #!/bin/sh -if ! pgrep compton +if ! pgrep compton > /dev/null 2>&1 then - compton -b --config "$XDG_CONFIG_HOME/compton.conf" + compton -b else pkill compton fi -- cgit 1.4.1