9
homedir/.config/bspwm/bin/bspfloat
Executable file
9
homedir/.config/bspwm/bin/bspfloat
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
while read -r _ _ did wid _; do
|
||||
for d in "$@"; do
|
||||
if [[ $d == "$did" ]]; then
|
||||
bspc node "$wid" -t floating
|
||||
fi
|
||||
done
|
||||
done < <( bspc subscribe node_manage )
|
Reference in New Issue
Block a user