2021-05-09 18:52:30 -05:00
|
|
|
#!/bin/sh
|
|
|
|
# rndusr's bspwmrc
|
|
|
|
|
|
|
|
# monitor configuration
|
|
|
|
disp
|
|
|
|
|
|
|
|
# set a wallpaper
|
2021-06-20 10:09:35 -05:00
|
|
|
wal
|
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"
|