about summary refs log tree commit diff
path: root/scripts/toggle-compton.sh
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-08-16 01:46:04 +0300
committerAzat Bahawi <azat@bahawi.net>2022-08-16 01:46:04 +0300
commit3cd06b22069c009b8c5fea2d5fad5f996667d2e3 (patch)
tree4b5f1cb453de13c560bc8aa5a57952713cf360aa /scripts/toggle-compton.sh
parentabsolute garbage wtf (diff)
huge update-o
Diffstat (limited to 'scripts/toggle-compton.sh')
-rwxr-xr-xscripts/toggle-compton.sh7
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

Consider giving Nix/NixOS a try! <3