11 lines
252 B
Bash
Executable File
11 lines
252 B
Bash
Executable File
#!/bin/sh
|
|
# rndusr's bspwmrc
|
|
|
|
# get the monitors up and running
|
|
bspc monitor -d 1 2 3 4 5 6 7 8 9
|
|
|
|
# set up the color scheme
|
|
bspc config normal_border_color "#161510"
|
|
bspc config active_border_color "#727A18"
|
|
bspc config focused_border_color "#727A18"
|