14 lines
237 B
Plaintext
14 lines
237 B
Plaintext
|
#!/bin/sh
|
||
|
# rndusr's bspwmrc
|
||
|
|
||
|
# monitor configuration
|
||
|
disp
|
||
|
|
||
|
# set a wallpaper
|
||
|
wall
|
||
|
|
||
|
# set up the color scheme
|
||
|
bspc config normal_border_color "#161510"
|
||
|
bspc config active_border_color "#727A18"
|
||
|
bspc config focused_border_color "#727A18"
|