mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
3 lines
90 B
Bash
Executable File
3 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
for window in $(bspc query -N -d focused); do bspc node $window -p cancel; done
|