diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2020-08-21 17:55:13 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2020-08-21 17:55:13 -0400 |
commit | 125f0894e4a86fbcc359c091fbaaec57ccfab4f9 (patch) | |
tree | c1e3f862b02a5ec257848481233f61196e776216 /bspwm | |
parent | bf7112109df945927f97555a208bf4c335141fb7 (diff) |
Add bspwm & sxhkd configsdevon
Diffstat (limited to 'bspwm')
-rwxr-xr-x | bspwm/.config/bspwm/bspwmrc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc new file mode 100755 index 0000000..036732b --- /dev/null +++ b/bspwm/.config/bspwm/bspwmrc @@ -0,0 +1,21 @@ +#! /bin/sh + +sxhkd -m -1 & + +bspc monitor DVI-I-1 -d I III V VII IX +bspc monitor HDMI-0 -d II IV VI VIII X + +bspc config border_width 6 +bspc config window_gap 12 + +bspc config focused_border_color "#00FFFF" +bspc config normal_border_color "#005555" + +bspc config split_ratio 0.52 +bspc config borderless_monocle true +bspc config gapless_monocle true + +bspc config click_to_focus true + + +~/bin/lemonbar_input 2>/dev/null | lemonbar -p & |