diff options
| author | iamcheeseman <[email protected]> | 2026-05-12 22:05:30 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-12 22:05:30 -0400 |
| commit | 3d67ce5f6c293b023aa3cd6d9dc720b1635b9ca7 (patch) | |
| tree | 8dd368b2606d5486f71198d743a336fb8746b484 /.config/bspwm | |
| parent | 0b0ca928bba7bd45ef09e7068f85c96eefc6116b (diff) | |
switch back to dwm
Diffstat (limited to '.config/bspwm')
| -rwxr-xr-x | .config/bspwm/bspwmrc | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc deleted file mode 100755 index 662202f..0000000 --- a/.config/bspwm/bspwmrc +++ /dev/null @@ -1,24 +0,0 @@ -#! /bin/sh - -pgrep -x sxhkd > /dev/null || sxhkd & -xbanish & -thunderbird & -dunst & -picom --backend glx & # Vsync -tsarbar & -sleep 1 -tsarbar_status.sh & -feh --bg-scale ~/media/img/bbwp10x.png & - -bspc monitor -d www dev 1 2 - -bspc config border_width 1 -bspc config window_gap 0 -bspc config top_padding 20 - -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" |
