diff options
| author | Tucker Evans <tucker@tuckerevans.com> | 2021-06-06 13:29:22 -0400 | 
|---|---|---|
| committer | Tucker Evans <tucker@tuckerevans.com> | 2021-06-06 13:29:22 -0400 | 
| commit | 36326b96720d466173fb73825fc86e27137f33d2 (patch) | |
| tree | ddc0efda10308e88709509e1fd967750df4c8a4f /bspwm | |
| parent | 234ec730ac952c6e8993aa06f1aa2f311edd30a6 (diff) | |
Add bspwm setup
Diffstat (limited to 'bspwm')
| -rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 9a3d504..3ac565b 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -4,12 +4,15 @@ sxhkd -m -1 &  bspc monitor -d I II III IV V VI VII VIII IX X -bspc config border_width         2 +bspc config border_width         6  bspc config window_gap          12 +bspc config normal_border_color "#005555" +bspc config focused_border_color "#00FFFF" +  bspc config split_ratio          0.52  bspc config borderless_monocle   true  bspc config gapless_monocle      true -info.bash 2>/dev/null | lemonbar -p - +lemonbar_input 2>/dev/null | lemonbar -p +volume_set.sh 50% | 
