more changes to dotfiles
This commit is contained in:
parent
e4b5e1f60b
commit
6a0cfdf6e2
|
@ -1,14 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# rndusr's bspwmrc
|
# rndusr's bspwmrc
|
||||||
|
|
||||||
# monitor configuration
|
# get the monitors up and running
|
||||||
disp
|
bspc monitor -d 1 2 3 4 5 6 7 8 9
|
||||||
|
|
||||||
# set a wallpaper
|
|
||||||
wal
|
|
||||||
|
|
||||||
# get the battery indicator
|
|
||||||
xbattmon &
|
|
||||||
|
|
||||||
# set up the color scheme
|
# set up the color scheme
|
||||||
bspc config normal_border_color "#161510"
|
bspc config normal_border_color "#161510"
|
||||||
|
|
Loading…
Reference in New Issue