Set bspwm multi-monitor workspace names
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
for m in `bspc query -M`; do
|
||||
bspc monitor $m -d \
|
||||
"$WS1" "$WS2" "$WS3" "$WS4" "$WS5" \
|
||||
"$WS6" "$WS7" "$WS8" "$WS9" "$WS0"
|
||||
done
|
||||
Reference in New Issue
Block a user