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