mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
added binfiles from chrysostomus/bspwm-scripts, fixed eaten space
This commit is contained in:
2
bin/cancel_presels
Executable file
2
bin/cancel_presels
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
for window in $(bspc query -N -d focused); do bspc node $window -p cancel; done
|
||||
Reference in New Issue
Block a user