bspwm: Use left/up/right/down desktops

This was an experiment to see if I could make switching between desktops
easier. Instead of thinking about desktops in terms of their contents or
numbers, we can think about them in terms of gestures used to reveal
them.

The main advantage to this setup is that you can access any of the other
desktops with one keystroke. This is in contrast to having to press
super+tab twice. The other advantage is that the desktops are always at
a predictable location. One swipe to the right will always get you the
desktop on the right, whereas two super+tabs can land on any desktop.
This commit is contained in:
Donovan Glover 2022-10-23 20:55:42 -04:00
parent 1cde245d11
commit 5f056f9f2e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -15,8 +15,8 @@ export XSECURELOCK_COMPOSITE_OBSCURER=0
sxhkd &
# Use specific icons for the first four desktops and the other 6 as ad hoc ones
bspc monitor -d     五 六 七 八 九 十
# Use Left/Up/Right/Down for primary monitor
bspc monitor -d 左 上 右 下
bspc config split_ratio 0.50