summaryrefslogtreecommitdiff
path: root/swayidletog
diff options
context:
space:
mode:
Diffstat (limited to 'swayidletog')
-rwxr-xr-xswayidletog9
1 files changed, 0 insertions, 9 deletions
diff --git a/swayidletog b/swayidletog
deleted file mode 100755
index 27d9db8..0000000
--- a/swayidletog
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-SWIDLE=$(pidof swayidle)
-if [ ! -z "$SWIDLE" ] ; then
- killall swayidle
-else
- swayidle &
-fi
-pkill -RTMIN+8 waybar