diff options
Diffstat (limited to '')
-rwxr-xr-x | scripts/toggle-compton.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/toggle-compton.sh b/scripts/toggle-compton.sh deleted file mode 100755 index 0fcb1bf..0000000 --- a/scripts/toggle-compton.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -if ! pgrep compton >/dev/null 2>&1; then - compton -b -else - pkill compton -fi |