Fix LC_* stuff and passgen (horcruxing); Add delay and side-view mode to bspwm

This commit is contained in:
Tobias Reisinger 2021-02-23 16:33:23 +01:00
parent daef727a61
commit eca7cebedd
7 changed files with 43 additions and 22 deletions
.config/bspwm

View file

@ -8,6 +8,8 @@ if [[ $host_name == "portalo" ]]; then
bspc monitor primary -d web terminal 3 4 5 6 game
bspc monitor secondary -d side-view voip messenger
sleep 0.5
bspc wm -O primary secondary
elif [[ $host_name == *"laptop"* ]]; then
@ -18,6 +20,7 @@ fi
bspc desktop web --layout monocle
bspc desktop game --layout monocle
bspc desktop side-view --layout monocle
bspc config border_width 1
bspc config window_gap 10