You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
859 B
35 lines
859 B
6 years ago
|
#!/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"
|
||
|
|