From 935f2544c27fabfe3920834d5cc523f6789b4025 Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 8 Jan 2021 13:16:36 +0000 Subject: [PATCH] ignore ewmh focus events --- bspwmrc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/bspwmrc b/bspwmrc index 9bded04..d02d8ae 100755 --- a/bspwmrc +++ b/bspwmrc @@ -26,16 +26,16 @@ elif [ "$_hostname" = MachineTwo ] ; then sxhkd -c ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.bspwm ~/.config/sxhkd/sxhkdrc.bspwm.machinetwo & fi -bspc config border_width 1 -bspc config window_gap 0 +bspc config ignore_ewmh_focus true +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 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 config external_rules_command ~/.config/bspwm/external.sh bspc rule -a mpv state=floating follow=on bspc rule -a Zathura state=fullscreen follow=on