Fix LC_* stuff and passgen (horcruxing); Add delay and side-view mode to bspwm
This commit is contained in:
parent
daef727a61
commit
eca7cebedd
7 changed files with 43 additions and 22 deletions
.config/bspwm
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue