Skip to content

⌨️ Master Cheat Sheet

Efficiency in a window manager ecosystem requires muscle memory. This page documents the definitive keybinds and aliases configured by the Workstation Setup.

🚀 Hyprland Core Keybinds

The SUPER key (Windows/Cmd key) acts as your primary modifier.

ActionShortcutDescription
Launch TerminalSUPER + EnterOpens Kitty (GPU Accelerated)
App LauncherSUPER + DOpens Rofi application menu
Nexus Command CenterSUPER + XThe heart of the living ecosystem
Close WindowSUPER + QKills the active window (hyprctl dispatch killactive)
Toggle FloatingSUPER + VSwitches a tiled window to floating / dragging mode
Toggle FullscreenSUPER + FMakes active window fullscreen without borders

🪟 Workspace Management

ActionShortcut
Switch WorkspaceSUPER + [1-9]
Move Window to WorkspaceSUPER + SHIFT + [1-9]
Move FocusSUPER + [Left/Right/Up/Down]
Scroll WorkspacesSUPER + Mouse Scroll

🛠️ Utility Keybinds

ActionShortcutDescription
Screen LockerSUPER + LLocks session with Hyprlock
File ManagerSUPER + EOpens Thunar
Screenshot (Region)SUPER + SHIFT + SCaptures a rectangular region via grimblast to clipboard
Screenshot (Full)PrintScreenCaptures all monitors to ~/Pictures/Screenshots
Clipboard HistorySUPER + COpens Rofi clipboard manager (cliphist)

💻 Terminal Aliases (.zshrc)

CommandAlias EquivalentPurpose
ls -lallDetailed list output
git statusgsFast git checking
git add .ga.Stage all files
sudo pacman -SyuupdateStandard system update
clearclsClears terminal screen

🧠 AI Commands (Ollama)

Model TargetTerminal CommandUse Case
Qwen 30B (MoE)ollama run qwen3:30b-a3bGeneral massive logic/chatting
DeepSeek-R1ollama run deepseek-r1:7bMathematics / Chain of Thought
Qwen Coderollama run qwen2.5-coder:7bBash scripting / programming generation

Released under the GPL-3.0 License.