bspwm: focus follows mouse
This commit is contained in:
@ -3,11 +3,7 @@
|
|||||||
# Load colors from wal
|
# Load colors from wal
|
||||||
[ -f "${HOME}/.cache/wal/colors.sh" ] && . "${HOME}/.cache/wal/colors.sh"
|
[ -f "${HOME}/.cache/wal/colors.sh" ] && . "${HOME}/.cache/wal/colors.sh"
|
||||||
|
|
||||||
# Define mod keys
|
bspc config focus_follows_pointer true
|
||||||
mod=Mod4 # Usually the Super key
|
|
||||||
alt=Mod1 # Usually the Alt key
|
|
||||||
ctrl=Control
|
|
||||||
shift=Shift
|
|
||||||
|
|
||||||
# Set bspwm settings
|
# Set bspwm settings
|
||||||
bspc monitor -d a s d f g z x c v b
|
bspc monitor -d a s d f g z x c v b
|
||||||
|
|||||||
Reference in New Issue
Block a user