bspwm, sxhkd: More preparation

This commit is contained in:
2018-01-17 22:06:46 -06:00
parent 1c0f89eed2
commit 55eec7f693
2 changed files with 22 additions and 17 deletions

View File

@@ -36,7 +36,7 @@ feh --randomize --bg-fill ~/Pictures/Wallpapers/i3 &
polybar alpha & # Simple bar
## bspwm GENERAL CONFIGURATION
bspc monitor -d I II III IV V VI VII VIII IX X
bspc monitor -d 1 2 3 4 5 6 7 8 9 10
bspc config border_width 2
bspc config window_gap 4
@@ -48,10 +48,10 @@ bspc focus_follows_pointer true
bspc pointer_follows_focus true
bspc pointer_follows_monitor true
bspc config normal_border_color "#1d2021"
bspc config active_border_color "#83a598"
bspc config focused_border_color "#458588"
bspc config presel_border_color "#d3869b"
bspc config normal_border_color "#1d2021"
bspc config urgent_border_color "#fabd2f"
## bspwm WINDOW RULES