Browse Source

windows wont force focus anymore

master
Marc 2 years ago
parent
commit
842eb686c1
1 changed files with 4 additions and 1 deletions
  1. 5
      .config/bspwm/bspwmrc

5
.config/bspwm/bspwmrc

@ -9,6 +9,9 @@ bspc config split_ratio 0.52
bspc config borderless_monocle true bspc config borderless_monocle true
bspc config gapless_monocle false bspc config gapless_monocle false
# prevent forced focus
bspc config ignore_ewmh_focus true
# colors based on plastic scheme # colors based on plastic scheme
bspc config normal_border_color "#282c34" bspc config normal_border_color "#282c34"
bspc config focused_border_color "#98c379" bspc config focused_border_color "#98c379"
@ -26,7 +29,7 @@ bspc rule -a Screenkey manage=off
bspc rule -a Emulator state=floating bspc rule -a Emulator state=floating
bspc rule -a Emacs state=tiled bspc rule -a Emacs state=tiled
bspc rule -a Zathura state=tiled bspc rule -a Zathura state=tiled
bspc rule -a kittycalcurse state=floating rectangle=800x700+2630+710
bspc rule -a org.remmina.Remmina desktop='^10' state=tiled follow=on bspc rule -a org.remmina.Remmina desktop='^10' state=tiled follow=on
bspc desktop '^10' --layout monocle bspc desktop '^10' --layout monocle

Loading…
Cancel
Save