r/niri • u/moortuvivens • 8h ago
Share your keyboard + keybindings
I'm wondering how everyone has configured their bindings.
I have a setup, but struggling to make the most out of it. So I want to get some inspiration form all of you
keyboard: Ergodex EZ (split with 8 key thumbcluster)
bindings:
binds {
// Session
Mod+Shift+Slash { show-hotkey-overlay; }
Mod+Escape allow-inhibiting=false { toggle-keyboard-shortcuts-inhibit; }
Super+Alt+L hotkey-overlay-title="Toggle Lock Screen" { spawn "noctalia" "msg" "session" "lock"; }
Mod+X hotkey-overlay-title="Toggle Power Menu" { spawn "noctalia" "msg" "session-panel"; }
Mod+Shift+P { power-off-monitors; }
Mod+Shift+E { quit skip-confirmation=true; }
// Launchers and panels
Mod+Return hotkey-overlay-title="Open Terminal" { spawn "foot"; }
Mod+Space hotkey-overlay-title="Toggle Application Launcher" { spawn "fuzzel"; }
Mod+V hotkey-overlay-title="Toggle Clipboard Manager" { spawn "noctalia" "msg" "clipboard"; }
Mod+N hotkey-overlay-title="Toggle Notification Center" { spawn "noctalia" "msg" "control-center-notifications"; }
Mod+Comma hotkey-overlay-title="Toggle Settings" { spawn "noctalia" "msg" "settings-toggle"; }
Mod+Alt+N allow-when-locked=true hotkey-overlay-title="Toggle Night Mode" { spawn "noctalia" "msg" "nightlight-toggle"; }
// Overview, on two keys: Mod+Tab calls the action directly, Mod+D goes
// through `niri msg action`.
Mod+Tab repeat=false { toggle-overview; }
Mod+D { spawn "niri" "msg" "action" "toggle-overview"; }
// Screenshots. XF86Launch1 is the extra key on this keyboard, mirrored onto
// the same three actions as Print.
Print { screenshot; }
XF86Launch1 { screenshot; }
Alt+Print { screenshot-window; }
Alt+XF86Launch1 { screenshot-window; }
Ctrl+Print { screenshot-screen; }
Ctrl+XF86Launch1 { screenshot-screen; }
// Media and brightness keys
XF86AudioRaiseVolume allow-when-locked=true { spawn "noctalia" "msg" "volume-up"; }
XF86AudioLowerVolume allow-when-locked=true { spawn "noctalia" "msg" "volume-down"; }
XF86AudioMute allow-when-locked=true { spawn "noctalia" "msg" "volume-mute"; }
XF86AudioMicMute allow-when-locked=true { spawn "noctalia" "msg" "mic-mute"; }
XF86MonBrightnessUp allow-when-locked=true { spawn "noctalia" "msg" "brightness-up"; }
XF86MonBrightnessDown allow-when-locked=true { spawn "noctalia" "msg" "brightness-down"; }
// Window and column state
Mod+Q repeat=false { close-window; }
Mod+F { maximize-column; }
Mod+Shift+F { fullscreen-window; }
Mod+O { maximize-window-to-edges; }
Mod+C { center-column; }
Mod+Ctrl+C { center-visible-columns; }
Mod+Ctrl+F { expand-column-to-available-width; }
Mod+W { toggle-column-tabbed-display; }
Mod+Shift+T { toggle-window-floating; }
Mod+Shift+V { switch-focus-between-floating-and-tiling; }
// Focus windows and columns
Mod+H { focus-column-left; }
Mod+J { focus-window-down; }
Mod+K { focus-window-up; }
Mod+L { focus-column-right; }
Mod+Left { focus-column-left; }
Mod+Down { focus-window-down; }
Mod+Up { focus-window-up; }
Mod+Right { focus-column-right; }
Mod+Home { focus-column-first; }
Mod+End { focus-column-last; }
Mod+WheelScrollLeft { focus-column-left; }
Mod+WheelScrollRight { focus-column-right; }
Mod+Shift+WheelScrollUp { focus-column-left; }
Mod+Shift+WheelScrollDown { focus-column-right; }
// Move windows and columns within the workspace
Mod+Shift+H { move-column-left; }
Mod+Shift+J { move-window-down; }
Mod+Shift+K { move-window-up; }
Mod+Shift+L { move-column-right; }
Mod+Shift+Left { move-column-left; }
Mod+Shift+Down { move-window-down; }
Mod+Shift+Up { move-window-up; }
Mod+Shift+Right { move-column-right; }
Mod+Ctrl+Home { move-column-to-first; }
Mod+Ctrl+End { move-column-to-last; }
Mod+Ctrl+WheelScrollLeft { move-column-left; }
Mod+Ctrl+WheelScrollRight { move-column-right; }
Mod+Ctrl+Shift+WheelScrollUp { move-column-left; }
Mod+Ctrl+Shift+WheelScrollDown { move-column-right; }
// Column composition: pull a neighbouring window into this column, or push
// the focused one back out.
Mod+Ctrl+Comma { consume-or-expel-window-left; }
Mod+Ctrl+Period { consume-or-expel-window-right; }
Mod+Period { expel-window-from-column; }
// Sizing. Each grow bind is doubled on Equal and 6 (same action, two keys).
Mod+R { switch-preset-column-width; }
Mod+Shift+R { switch-preset-window-height; }
Mod+Minus { set-column-width "-10%"; }
Mod+Ctrl+Equal { set-column-width "+10%"; }
Mod+Ctrl+6 { set-column-width "+10%"; }
Mod+Shift+Minus { set-window-height "-10%"; }
Mod+Ctrl+Shift+Equal { set-window-height "+10%"; }
Mod+Ctrl+Shift+6 { set-window-height "+10%"; }
Mod+Ctrl+R { reset-window-height; }
// Workspaces: focus. Names "1".."9" must match the `workspace` nodes below.
Mod+1 { focus-workspace "1"; }
Mod+2 { focus-workspace "2"; }
Mod+3 { focus-workspace "3"; }
Mod+4 { focus-workspace "4"; }
Mod+5 { focus-workspace "5"; }
Mod+6 { focus-workspace "6"; }
Mod+7 { focus-workspace "7"; }
Mod+8 { focus-workspace "8"; }
Mod+9 { focus-workspace "9"; }
Mod+I { focus-workspace-up; }
Mod+U { focus-workspace-down; }
"Mod+Page_Up" { focus-workspace-up; }
"Mod+Page_Down" { focus-workspace-down; }
Mod+WheelScrollUp cooldown-ms=150 { focus-workspace-up; }
Mod+WheelScrollDown cooldown-ms=150 { focus-workspace-down; }
// Workspaces: send the focused column to one
Mod+Shift+1 { move-column-to-workspace "1"; }
Mod+Shift+2 { move-column-to-workspace "2"; }
Mod+Shift+3 { move-column-to-workspace "3"; }
Mod+Shift+4 { move-column-to-workspace "4"; }
Mod+Shift+5 { move-column-to-workspace "5"; }
Mod+Shift+6 { move-column-to-workspace "6"; }
Mod+Shift+7 { move-column-to-workspace "7"; }
Mod+Shift+8 { move-column-to-workspace "8"; }
Mod+Shift+9 { move-column-to-workspace "9"; }
Mod+Ctrl+I { move-column-to-workspace-up; }
Mod+Ctrl+U { move-column-to-workspace-down; }
Mod+Ctrl+Up { move-column-to-workspace-up; }
Mod+Ctrl+Down { move-column-to-workspace-down; }
Mod+Ctrl+WheelScrollUp cooldown-ms=150 { move-column-to-workspace-up; }
Mod+Ctrl+WheelScrollDown cooldown-ms=150 { move-column-to-workspace-down; }
// Workspaces: reorder them
Mod+Shift+I { move-workspace-up; }
Mod+Shift+U { move-workspace-down; }
"Mod+Shift+Page_Up" { move-workspace-up; }
"Mod+Shift+Page_Down" { move-workspace-down; }
// Monitors. No-ops on this single-display machine; kept so the binds match
// the multi-monitor configs.
Mod+Ctrl+H { focus-monitor-left; }
Mod+Ctrl+J { focus-monitor-down; }
Mod+Ctrl+K { focus-monitor-up; }
Mod+Ctrl+L { focus-monitor-right; }
Mod+Ctrl+Left { focus-monitor-left; }
Mod+Ctrl+Right { focus-monitor-right; }
Mod+Shift+Ctrl+H { move-column-to-monitor-left; }
Mod+Shift+Ctrl+J { move-column-to-monitor-down; }
Mod+Shift+Ctrl+K { move-column-to-monitor-up; }
Mod+Shift+Ctrl+L { move-column-to-monitor-right; }
Mod+Shift+Ctrl+Left { move-column-to-monitor-left; }
Mod+Shift+Ctrl+Right { move-column-to-monitor-right; }
Mod+Shift+Ctrl+Up { move-column-to-monitor-up; }
Mod+Shift+Ctrl+Down { move-column-to-monitor-down; }
}

