mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
added binfiles from chrysostomus/bspwm-scripts, fixed eaten space
This commit is contained in:
7
bin/toggle-pointer-follows-focus
Executable file
7
bin/toggle-pointer-follows-focus
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
toggle=$(bspc config pointer_follows_focus | \
|
||||
awk -vtoggle="true" \
|
||||
'{ if ($1 == "true") toggle="false"; print toggle }')
|
||||
|
||||
bspc config pointer_follows_focus $toggle
|
||||
Reference in New Issue
Block a user