mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
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:
parent
1cde245d11
commit
5f056f9f2e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user