diff --git a/bspwmrc b/bspwmrc index e3cfb33..98a9d03 100755 --- a/bspwmrc +++ b/bspwmrc @@ -7,9 +7,13 @@ pkill -USR1 -x sxhkd 2>/dev/null _hostname="$(hostname)" if [ "$_hostname" = MachineOne ] ; then + # top bspc monitor DP-0 -d F1 F2 F3 F4 F5 F6 F7 F8 + # bottom bspc monitor DP-5 -d 1 2 3 4 5 6 7 8 9 0 0_a 0_b 0_c 0_d 0_e + # left bspc monitor DP-2 -d DP1 DP2 DP3 DP4 DP5 S1 S2 S3 S4 S5 S6 S7 S8 S9 S10 S11 S12 S13 S14 S15 S16 S17 S18 S19 S20 F9 F10 + # right bspc monitor HDMI-0 -d H1 H2 H3 H4 H5 H6 H7 H8 H9 H0 F11 F12 bspc desktop F9 -l monocle @@ -22,7 +26,7 @@ bspc config ignore_ewmh_focus true bspc config border_width 1 bspc config window_gap 0 bspc config split_ratio 0.50 -bspc config borderless_monocle true +bspc config borderless_monocle false bspc config gapless_monocle true bspc config focus_follows_pointer true bspc config directional_focus_tightness low @@ -48,6 +52,3 @@ bspc config border_width 3 bspc config focused_border_color '#dd0000' bspc config active_border_color '#999999' bspc config normal_border_color '#999999' - -# autostart -# pgrep -x deckboard >/dev/null || deckboard &