add bspwm

This commit is contained in:
randomuser 2021-05-09 18:52:30 -05:00
parent 4ad51ce885
commit 9fa9749fe8
1 changed files with 13 additions and 0 deletions

13
bspwm/bspwmrc Executable file
View File

@ -0,0 +1,13 @@
#!/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"