2021-05-09 18:52:30 -05:00
|
|
|
#!/bin/sh
|
|
|
|
# rndusr's bspwmrc
|
|
|
|
|
2022-02-05 23:25:08 -06:00
|
|
|
# get the monitors up and running
|
|
|
|
bspc monitor -d 1 2 3 4 5 6 7 8 9
|
2021-06-20 10:13:41 -05:00
|
|
|
|
2021-05-09 18:52:30 -05:00
|
|
|
# set up the color scheme
|
|
|
|
bspc config normal_border_color "#161510"
|
|
|
|
bspc config active_border_color "#727A18"
|
|
|
|
bspc config focused_border_color "#727A18"
|
2022-06-13 13:58:42 -05:00
|
|
|
|
|
|
|
bspc config pointer_follows_focus true
|
|
|
|
bspc config pointer_follows_monitor true
|
|
|
|
bspc config focus_follows_pointer true
|
2022-06-26 19:57:05 -05:00
|
|
|
|
|
|
|
bspc rule -a st-gpg-menu state=floating
|