#! /bin/sh sxhkd & /home/jake/.config/polybar/launch.sh bspwm & compton & bspc monitor -d 1 2 3 4 bspc config border_width 2 bspc config window_gap 12 bspc config split_ratio 0.52 bspc config borderless_monocle true bspc config gapless_monocle true bspc config single_monocle true bspc config automatic_scheme "longest_side" bspc config focus_follows_pointer true # bspc config pointer_follows_focus true bspc rule -a Screenkey manage=off bspc config normal_border_color "#202020" bspc config active_border_color "#819a67" bspc config focused_border_color "#819a67" bspc config presel_feedback_color "#819a67"