fix(niri): inverted shortcuts

This commit is contained in:
Ahurac 2024-11-05 15:09:21 +01:00
parent d855fb4af3
commit c5460cb2e6

View file

@ -368,8 +368,8 @@
"Mod+Tab".action = focus-workspace-previous;
"Mod+Shift+W".action = maximize-column;
"Mod+Shift+X".action = reset-window-height;
"Mod+W".action = switch-preset-window-height;
"Mod+X".action = switch-preset-column-width;
"Mod+W".action = switch-preset-column-width;
"Mod+X".action = switch-preset-window-height;
"Mod+E".action = set-column-width "-10%";
"Mod+R".action = set-column-width "+10%";
"Print".action = screenshot-screen;