diff --git a/wiki/Getting-Started.md b/wiki/Getting-Started.md index acd9e76e2..6f796485b 100644 --- a/wiki/Getting-Started.md +++ b/wiki/Getting-Started.md @@ -88,7 +88,7 @@ The general system is: if a hotkey switches somewhere, then adding CtrlModShift/ | Show a list of important niri hotkeys | | ModT | Spawn `alacritty` (terminal) | | ModD | Spawn `fuzzel` (application launcher) | -| ModAltL | Spawn `swaylock` (screen locker) | +| SuperAltL | Spawn `swaylock` (screen locker) | | ModQ | Close the focused window | | ModH or Mod | Focus the column to the left | | ModL or Mod | Focus the column to the right | @@ -112,6 +112,8 @@ The general system is: if a hotkey switches somewhere, then adding CtrlModShiftI or ModShiftPageUp | Move the focused workspace up | | Mod, | Consume the window to the right into the focused column | | Mod. | Expel the focused window into its own column | +| Mod[ | Consume or expel the focused window to the left | +| Mod] | Consume or expel the focused window to the right | | ModR | Toggle between preset column widths | | ModF | Maximize column | | ModC | Center column within view | @@ -119,6 +121,7 @@ The general system is: if a hotkey switches somewhere, then adding CtrlMod= | Increase column width by 10% | | ModShift- | Decrease window height by 10% | | ModShift= | Increase window height by 10% | +| ModCtrlR | Reset window height back to automatic | | ModShiftF | Toggle full-screen on the focused window | | PrtSc | Take an area screenshot. Select the area to screenshot with mouse, then press Space to save the screenshot, or Escape to cancel | | AltPrtSc | Take a screenshot of the focused window to clipboard and to `~/Pictures/Screenshots/` |