Modules/Niri: Add reset-window-height hotkey
This commit is contained in:
@ -448,6 +448,10 @@ in {
|
|||||||
action = maximize-column;
|
action = maximize-column;
|
||||||
hotkey-overlay = {title = "Maximize column.";};
|
hotkey-overlay = {title = "Maximize column.";};
|
||||||
};
|
};
|
||||||
|
"Mod+Comma" = {
|
||||||
|
action = reset-window-height;
|
||||||
|
hotkey-overlay = {title = "Reset window height.";};
|
||||||
|
};
|
||||||
"Mod+V" = {
|
"Mod+V" = {
|
||||||
action = toggle-window-floating;
|
action = toggle-window-floating;
|
||||||
hotkey-overlay = {title = "Toggle between floating and tiled window.";};
|
hotkey-overlay = {title = "Toggle between floating and tiled window.";};
|
||||||
|
|||||||
Reference in New Issue
Block a user