diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-11-11 18:05:50 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-11-11 18:07:41 +0300 |
| commit | 17861e0003c122dec9ad8cca1177c750ca6390c8 (patch) | |
| tree | 101552c7cda0f86e39452bc5e14723c32338a78e /resources | |
| parent | 97fe964e000ddff1f368726149a00de5b7681d50 (diff) | |
| download | niri-17861e0003c122dec9ad8cca1177c750ca6390c8.tar.gz niri-17861e0003c122dec9ad8cca1177c750ca6390c8.tar.bz2 niri-17861e0003c122dec9ad8cca1177c750ca6390c8.zip | |
Change expel-window-from-column to expel the bottom window
This way, expel becomes symmetric with consume. This is also how it
works in PaperWM. Though, in PaperWM if the expelled window was focused,
it will remain focused, while in this commit it is never focused, making
it the exact opposite of consume.
Use consume-or-expel-window-right for the old expel behavior.
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index e3f06f49..aa454479 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -447,9 +447,9 @@ binds { Mod+BracketLeft { consume-or-expel-window-left; } Mod+BracketRight { consume-or-expel-window-right; } - // Consume one window from the right into the focused column. + // Consume one window from the right to the bottom of the focused column. Mod+Comma { consume-window-into-column; } - // Expel one window from the focused column to the right. + // Expel the bottom window from the focused column to the right. Mod+Period { expel-window-from-column; } Mod+R { switch-preset-column-width; } |
