mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-20 00:00:44 +02:00
bspwm: Use a more interesting desktop layout
Since I usually have a browser and terminal emulator open most of the time, I have placed them back as desktop 1 and 2 by default. I'm used to the file browser being in 3, and 4 serves as media, which is important for language immersion in particular. The other 6 icons are numbers for individuals that know how to read other languages.
This commit is contained in:
parent
adad255285
commit
762ff7bd15
@ -13,7 +13,8 @@ export XSECURELOCK_SAVER=saver_mpv
|
|||||||
|
|
||||||
sxhkd &
|
sxhkd &
|
||||||
|
|
||||||
bspc monitor -d 1 2 3 4 5 6 7 8 9 10
|
# Use specific icons for the first four desktops and the other 6 as ad hoc ones
|
||||||
|
bspc monitor -d 五 六 七 八 九 十
|
||||||
|
|
||||||
bspc config split_ratio 0.50
|
bspc config split_ratio 0.50
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user