diff options
Diffstat (limited to 'misc/bin/toggle-compton.sh')
-rwxr-xr-x | misc/bin/toggle-compton.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/misc/bin/toggle-compton.sh b/misc/bin/toggle-compton.sh deleted file mode 100755 index 91ebc4d..0000000 --- a/misc/bin/toggle-compton.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -if [[ $(pgrep 'compton') ]] -then - pkill "compton" -else - compton -b --config "${XDG_CONFIG_HOME}/compton.conf" -fi |