diff options
author | ZachIR <zachir@librem.one> | 2025-07-25 21:28:51 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-25 21:28:51 -0500 |
commit | f41964243b0c4945b7ef97956e3a2314d7e21c4d (patch) | |
tree | 696cbdb05db7586b856893652a4804e1fabf4486 | |
parent | eb561e1c22629a3df4ac69e458c37330bd806fc5 (diff) |
Fix comments for Mod+R
-rw-r--r-- | niri/config.kdl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/niri/config.kdl b/niri/config.kdl index cab419f..9aade19 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -131,7 +131,7 @@ layout { // together with the previously focused column. center-focused-column "never" - // You can customize the widths that "switch-preset-column-width" (Mod+E) toggles between. + // You can customize the widths that "switch-preset-column-width" (Mod+R) toggles between. preset-column-widths { // Proportion sets the width as a fraction of the output width, taking gaps into account. // For example, you can perfectly fit four windows sized "proportion 0.25" on an output. @@ -144,7 +144,7 @@ layout { // fixed 1920 } - // You can also customize the heights that "switch-preset-window-height" (Mod+Shift+E) toggles between. + // You can also customize the heights that "switch-preset-window-height" (Mod+Shift+R) toggles between. // preset-window-heights { } // You can change the default width of the new windows. |