forked from extern/nix-config
bspwm: Increase desktop count
Instead of restricting myself to 4 desktops, I eventually decided on a setup where desktops would be dynamically created as applications were opened. I then realized what I was doing was replicating the GNOME desktop environment in a much less efficient way, and eventually switched from bspwm to GNOME.
This commit is contained in:
parent
7de7763817
commit
ff4eddace5
@ -16,7 +16,7 @@ export XSECURELOCK_COMPOSITE_OBSCURER=0
|
||||
sxhkd &
|
||||
|
||||
# Use Left/Up/Right/Down for primary monitor
|
||||
bspc monitor -d 左 上 右 下
|
||||
bspc monitor -d 一 二 三 四 五 六 七 八 九 十
|
||||
|
||||
bspc config split_ratio 0.50
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user