initial commit
This commit is contained in:
7
bspwm/monocle_improved.sh
Executable file
7
bspwm/monocle_improved.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
for node_i in $(bspc query -N -n '.!focused.window' -d focused); do
|
||||
bspc node $node_i -g hidden;
|
||||
done
|
||||
|
||||
bspc desktop -l next
|
||||
Reference in New Issue
Block a user