1
0
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:
Donovan Glover 2022-12-15 10:54:09 -05:00
parent 7de7763817
commit ff4eddace5
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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