diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-10-01 13:20:21 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-10-01 13:20:38 +0300 |
| commit | 2aebd6bdbbed8e22011a8cd2a283148a3140e854 (patch) | |
| tree | ff2b8408001a6070bcda0a84195ec151f0d62fc4 | |
| parent | b501a9b303d9722173565d4b8f7f044a38cbc099 (diff) | |
| download | niri-2aebd6bdbbed8e22011a8cd2a283148a3140e854.tar.gz niri-2aebd6bdbbed8e22011a8cd2a283148a3140e854.tar.bz2 niri-2aebd6bdbbed8e22011a8cd2a283148a3140e854.zip | |
default-config: Add comments to consume/expel binds
| -rw-r--r-- | resources/default-config.kdl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 371bcc29..9f585a39 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -422,7 +422,9 @@ binds { // Switches focus between the current and the previous workspace. // Mod+Tab { focus-workspace-previous; } + // Consume one window from the right into the focused column. Mod+Comma { consume-window-into-column; } + // Expel one window from the focused column to the right. Mod+Period { expel-window-from-column; } // There are also commands that consume or expel a single window to the side. |
