ignore ewmh focus events
This commit is contained in:
parent
0ae2d8660a
commit
935f2544c2
18
bspwmrc
18
bspwmrc
|
@ -26,16 +26,16 @@ elif [ "$_hostname" = MachineTwo ] ; then
|
||||||
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.machinetwo &
|
sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.machinetwo &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
bspc config border_width 1
|
bspc config ignore_ewmh_focus true
|
||||||
bspc config window_gap 0
|
bspc config border_width 1
|
||||||
|
bspc config window_gap 0
|
||||||
|
bspc config split_ratio 0.50
|
||||||
|
bspc config borderless_monocle true
|
||||||
|
bspc config gapless_monocle true
|
||||||
|
bspc config focus_follows_pointer true
|
||||||
|
bspc config directional_focus_tightness low
|
||||||
|
|
||||||
bspc config split_ratio 0.50
|
bspc config external_rules_command ~/.config/bspwm/external.sh
|
||||||
bspc config borderless_monocle true
|
|
||||||
bspc config gapless_monocle true
|
|
||||||
bspc config focus_follows_pointer true
|
|
||||||
bspc config directional_focus_tightness low
|
|
||||||
|
|
||||||
bspc config external_rules_command ~/.config/bspwm/external.sh
|
|
||||||
|
|
||||||
bspc rule -a mpv state=floating follow=on
|
bspc rule -a mpv state=floating follow=on
|
||||||
bspc rule -a Zathura state=fullscreen follow=on
|
bspc rule -a Zathura state=fullscreen follow=on
|
||||||
|
|
Loading…
Reference in New Issue