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:
7
bin/clickpasser
Executable file
7
bin/clickpasser
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
#Script to allow clicking desktop in bspwm even if focus_follows_pointer is enabled
|
||||
pkill -USR2 -x sxhkd; \
|
||||
bspc config focus_follows_pointer off; \
|
||||
xdotool click $@; \
|
||||
bspc config focus_follows_pointer on; \
|
||||
pkill -USR2 -x sxhkd
|
||||
Reference in New Issue
Block a user