#! /bin/sh bspc monitor -d I II III IV V gap=8 bspc config window_gap $gap bspc config top_padding $(($PANEL_HEIGHT-gap)) bspc config left_padding -$gap bspc config right_padding -$gap bspc config bottom_padding -$gap bspc config border_width 0 bspc config split_ratio 0.52 bspc config borderless_monocle true bspc config gapless_monocle true bspc config history_aware_focus true bspc config adaptive raise true bspc desktop I --layout monocle bspc desktop III --layout monocle bspc rule -a Google-chrome desktop='^1' private=on bspc rule -a XTerm desktop='^2' bspc rule -a XTerm:ncmpcpp state=floating bspc rule -a Nautilus desktop='^3' bspc rule -a Spotify desktop='^4' bspc rule -a Gimp desktop='^5' state=floating follow=on bspc config focus_follows_pointer true bspc config normal_border_color "#d9c1a9" bspc config focused_border_color "#d9c1a9" bspc config presel_feedback_color "#783e57" xsetroot -cursor_name left_ptr feh --bg-fill ~/backgrounds/urban.jpg ~/.themes/bspwm/Dark/panel & sxhkd -c ~/.themes/bspwm/sxhkd/sxhkdrc