|
|
@ -7,7 +7,7 @@ bspc config window_gap 5 |
|
|
|
|
|
|
|
bspc config split_ratio 0.52 |
|
|
|
bspc config borderless_monocle true |
|
|
|
bspc config gapless_monocle true |
|
|
|
bspc config gapless_monocle false |
|
|
|
|
|
|
|
# colors based on plastic scheme |
|
|
|
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 Emulator state=floating |
|
|
|
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 org.remmina.Remmina desktop='^10' state=tiled follow=on |
|
|
|
bspc desktop '^10' --layout monocle |
|
|
|
|
|
|
|
# function to check if a program already runs |
|
|
|
# if not, start it |
|
|
|
function run () { |
|
|
|