Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ plugin {
layout {
orientation=left
new_on_top=0
new_near_focused=1
new_is_master=1
no_gaps_when_only=0
special_scale_factor=0.8
Expand All @@ -38,9 +39,10 @@ All configuration variables are also usable as workspace rule layout options. Ju

# Dispatchers

Two new dispatchers
New dispatchers
* `resetsplits` Reset all the window splits to default sizes.
* `setstackcount` Change the number of stacks for the current workspace. Windows will be re-tiled to fit the new stack count.
* `swapdirection <left|right|up|down> [noloop]` Swap the focused tiled window directionally, wrapping at workspace edges unless `noloop` is set.

Two new-ish orientations
* `orientationhcenter` Master is horizontally centered with stacks to the left and right.
Expand Down
Loading