Browse Source

remmina now runs in monocle mode

master
Marc 3 years ago
parent
commit
8a2cd85c0c
1 changed files with 4 additions and 4 deletions
  1. 8
      .config/bspwm/bspwmrc

8
.config/bspwm/bspwmrc

@ -7,7 +7,7 @@ bspc config window_gap 5
bspc config split_ratio 0.52 bspc config split_ratio 0.52
bspc config borderless_monocle true bspc config borderless_monocle true
bspc config gapless_monocle true
bspc config gapless_monocle false
# colors based on plastic scheme # colors based on plastic scheme
bspc config normal_border_color "#282c34" bspc config normal_border_color "#282c34"
@ -25,11 +25,11 @@ bspc rule -a Kupfer.py focus=on
bspc rule -a Screenkey manage=off 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
# Regel wirkt sich auf Menu und VMs aus!
bspc rule -a org.remmina.Remmina state=floating rectangle=3440x1370+0+0
bspc rule -a Zathura state=tiled bspc rule -a Zathura state=tiled
bspc rule -a org.remmina.Remmina desktop='^10' state=tiled follow=on
bspc desktop '^10' --layout monocle
# function to check if a program already runs # function to check if a program already runs
# if not, start it # if not, start it
function run () { function run () {

Loading…
Cancel
Save