diff --git a/etc/wm/bspwm/bspwmrc b/etc/wm/bspwm/bspwmrc new file mode 100755 index 0000000..b06a866 --- /dev/null +++ b/etc/wm/bspwm/bspwmrc @@ -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" +