Implement left-side primary
This adds a new config `primary_side` that can be either `left` or `right` and determines whether the primary stack is on the left or the right side of the screen.
This commit is contained in:
parent
b921751100
commit
164ae9a7ab
5 changed files with 42 additions and 18 deletions
|
|
@ -9,6 +9,8 @@ primary_ratio 0.55
|
|||
// When this is < 1.0 and only one window is being tiled, the window will have width
|
||||
// output_width * single_window_ratio and be centered on the output
|
||||
single_window_ratio 0.70
|
||||
/// Side the primary should be on
|
||||
primary_side left
|
||||
// Whether mousing over a new window should move focus
|
||||
focus_follows_pointer #true
|
||||
// Whether the focus should warp to the center of newly-focused windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue