1 changed files with 34 additions and 0 deletions
@ -0,0 +1,34 @@ |
|||||||
|
#!/bin/sh |
||||||
|
|
||||||
|
sxhkd & |
||||||
|
polybar main & |
||||||
|
|
||||||
|
bspc monitor eDP1 -d Α Β Γ Δ |
||||||
|
bspc monitor DP1 -d α β γ δ |
||||||
|
|
||||||
|
bspc config -m eDP1 top_padding 21 |
||||||
|
|
||||||
|
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 rule -a Sxiv state=fullscreen |
||||||
|
bspc rule -a Geeqie state=fullscreen |
||||||
|
bspc rule -a Zathura state=tiled |
||||||
|
bspc rule -a mpv state=fullscreen |
||||||
|
bspc rule -a Firefox desktop=^2 follow=on |
||||||
|
bspc rule -a Press-n-post state=fullscreen |
||||||
|
|
||||||
|
#bspc config external_rules_command ~/bspwm_rules.sh |
||||||
|
|
||||||
|
bspc config focus_follows_pointer false |
||||||
|
bspc config pointer_follows_monitor false |
||||||
|
|
||||||
|
bspc config normal_border_color "#dddddd" |
||||||
|
bspc config focused_border_color "#3f7efc" |
||||||
|
#bspc config urgent_border_color "magenta" |
||||||
|
#bspc config presel_border_color "magenta" |
||||||
|
|
Loading…
Reference in new issue