Keybindings

The shipped Hyprland keybindings, grouped by purpose. Extend them by dropping conf files into ~/.config/hypr/bindings.d/.

vinOS inherits Omarchy’s binding table verbatim, then layers the vinOS-specific overlays on top. If a chord below feels off, that’s because we deliberately kept Omarchy muscle memory intact.

The source of truth is ~/.config/hypr/bindings.lua (generates hyprland.conf on config reload). What follows is the grouped view; run Super+K at any time to search the live map in a walker overlay.

Super+K cheatsheet overlay
Live keybinding cheatsheet — see SCREENSHOTS_NEEDED.md #shot-32.

Applications

ChordAction
Super+ReturnTerminal (foot)
Super+Alt+ReturnTerminal + tmux
Super+Shift+ReturnBrowser
Super+Shift+FFile manager
Super+Shift+NEditor ($EDITOR)
Super+Shift+DDocker (lazydocker)
Super+Shift+OObsidian
Super+Shift+MMusic (Spotify)
Super+Shift+GSignal
Super+Shift+AChatGPT web app
Super+Shift+CCalendar
Super+Shift+EEmail
Super+Shift+YYouTube
Super+Shift+XX (Twitter)
Super+Shift+/1Password
ChordAction
Super+SpaceLaunch apps (walker)
Super+Alt+SpaceRoot menu
Super+Ctrl+OToggle menu (vinos-menu)
Super+Ctrl+HHardware menu
Super+Ctrl+CCapture menu
Super+Ctrl+SShare (or run vinos-doctor)
Super+EscapeSystem menu
Super+KShow keybindings (live search)
Super+Ctrl+EEmoji picker
Super+Shift+Ctrl+SpaceTheme menu
Super+Ctrl+SpaceBackground switcher

TUIs + quick tools

ChordAction
Super+Ctrl+WNetwork (impala Wi-Fi TUI)
Super+Ctrl+BBluetooth (bluetui)
Super+Ctrl+UAudio mixer (wiremix)
Super+Ctrl+AAudio panel
Super+Ctrl+DDisplay panel
Super+Ctrl+PPower panel
Super+Ctrl+TActivity (btop)
Super+Ctrl+LLock system

Windows + workspaces

ChordAction
Super+WClose window
Super+FFullscreen
Super+TToggle floating
Super+JToggle window split
Super+LToggle workspace layout
Super+19Switch to workspace N
Super+Shift+19Move window to workspace N
Super+TabNext workspace
Super+Shift+TabPrevious workspace
Alt+TabCycle windows
Super+ Focus directional
Super+Shift+←/→/↑/↓Swap window
Super+SToggle scratchpad
Super+BackSpaceToggle window transparency
Super+Shift+BackSpaceToggle window gaps

Screen capture

ChordAction
PrintScrRegion screenshot → clipboard
Alt+PrintScrScreen recording toggle
Super+PrintScrColor picker
Super+Ctrl+PrintScrOCR selected region → clipboard

Toggles

ChordAction
Super+Ctrl+IToggle idle-lock
Super+Ctrl+NToggle nightlight
Super+Ctrl+,Toggle notification silencing
Super+Shift+SpaceToggle top bar

Extending

Drop a .conf file into ~/.config/hypr/bindings.d/; it gets sourced by the shipped hyprland.conf. Example — add a chord for vinos-focus 45:

# ~/.config/hypr/bindings.d/personal.conf
bind = SUPER SHIFT, F, exec, vinos-focus 45 --task "deep work"
bind = SUPER SHIFT, R, exec, vinos-brief
bind = SUPER SHIFT, T, exec, foot -e vinos-standup --week

Reload without restarting:

$ hyprctl reload