diff options
| author | iamcheeseman <[hidden email]> | 2026-03-03 09:04:20 -0500 |
|---|---|---|
| committer | iamcheeseman <[hidden email]> | 2026-03-03 09:04:20 -0500 |
| commit | 2304be4e32201f39f933edcad3774eaca9cd4e11 (patch) | |
| tree | 4545b99c19bd89abcceae7245f5bd8dbfdf262b1 /.config/bspwm | |
| parent | c2f0e63b46a743910df00f64e44b10eadc18a365 (diff) | |
switch to dwm
Diffstat (limited to '.config/bspwm')
| -rwxr-xr-x | .config/bspwm/bspwmrc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc new file mode 100755 index 0000000..de10ea0 --- /dev/null +++ b/.config/bspwm/bspwmrc @@ -0,0 +1,21 @@ +#! /bin/sh + +pgrep -x sxhkd > /dev/null || sxhkd & +xbanish & +thunderbird & +dunst & +tsarbar & +tsarbar_status.sh & + +bspc monitor -d WWW DEV GAME MISC + +bspc config border_width 1 +bspc config window_gap 0 +bspc config top_padding 17 + +bspc config split_ratio 0.5 +bspc config borderless_monocle true +bspc config gapless_monocle true + +bspc config normal_active_color "#202020" +bspc config focused_border_color "#FFFFFF" |
