aboutsummaryrefslogtreecommitdiff
path: root/plank.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plank.sh')
-rwxr-xr-xplank.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/plank.sh b/plank.sh
deleted file mode 100755
index f389c3a..0000000
--- a/plank.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-bspc subscribe node_add | while read -r _; do
- xdo raise -N Plank
-done