Hotkeys Reference

Show all keybindings overlay:

Super + K

System & Window Management

Shortcut Action
Super + Space App launcher
Super + Alt + Space Omarchy menu
Super + Escape Lock screen
Super + Ctrl + L Lock screen (alternative)
Super + W Close window
Ctrl + Alt + Del Power menu
Super + T Toggle floating window
Super + O Toggle window orientation

Workspace Navigation

Shortcut Action
Super + 1/2/3/4 Switch to workspace
Shift + Super + 1/2/3/4 Move window to workspace
Super + Tab Next window
Super + Shift + Tab Previous window
Super + Ctrl + Tab Cycle through workspaces

Application Shortcuts

Shortcut Action
Super + Return Terminal (Alacritty)
Super + Shift + B Browser
Super + Shift + F File manager
Super + M Email
Super + N Notes
Super + C Calendar
Super + E Editor (Neovim)
Super + / Search
Super + G Lazygit
Super + D Docker (Lazydocker)

Clipboard

Shortcut Action
Super + C Copy
Super + X Cut
Super + V Paste
Super + Ctrl + V Clipboard history

Screenshots & Recording

Shortcut Action
Print Screen Screenshot (region select)
Shift + Print Screen Screenshot fullscreen
Ctrl + Print Screen Screenshot to clipboard
Alt + Print Screen Screenshot active window
Super + Print Screen Start screen recording
Alt + Shift + L Stop screen recording

Notifications

Shortcut Action
Super + , Show notifications
Shift + Super + , Dismiss notification
Ctrl + Super + , Clear all notifications

Theming & Appearance

Shortcut Action
Ctrl + Shift + Super + Space Next theme
Ctrl + Super + Space Previous theme
Super + Backspace Change background

Package Management (Pacman)

sudo pacman -Syu                      # Update system
sudo pacman -S package                # Install package
sudo pacman -Rs package               # Remove with dependencies
pacman -Ss keyword                    # Search packages
pacman -Q                             # List installed packages
sudo pacman -Sc                       # Clean package cache
sudo pacman -Rns $(pacman -Qdtq)      # Remove orphaned packages

AUR Packages (Yay)

yay -Syu                              # Update everything (repos + AUR)
yay -Ss package                       # Search repos + AUR
yay -S aur_package                    # Install AUR package
yay -Sua                              # Update only AUR packages

Shell Tools

ff                                    # Fuzzy find files (fzf)
Ctrl + R                              # Fuzzy search command history
cd dirname                            # Smart jump with Zoxide (remembers dirs)
rg "pattern"                          # Fast text search (ripgrep)

Shell Functions

compress file.tar.gz                  # Create tar.gz archive
decompress file.tar.gz                # Extract tar.gz archive
iso2sd image.iso /dev/sdX             # Write ISO to SD card
format-drive /dev/sdX                 # Format drive as exFAT
img2jpg                               # Convert image to full-quality JPG
img2jpg-small                         # Convert image to 1080p JPG
img2png                               # Convert image to compressed PNG

TUI Tools

lazygit                               # Git TUI (or Super + G)
lazydocker                            # Docker TUI (or Super + D)
c                                     # OpenCode AI agent

Omarchy Menu (Super + Alt + Space)

Update                                # Update Omarchy system
Setup > Security > Fingerprint        # Configure fingerprint reader
Setup > Configs > [process]           # Edit config files in Neovim
Setup > Install > Background          # Install background images
Capture                               # Screenshot/recording options

Key Config Files

~/.config/hypr/hyprland.conf          # Main Hyprland config
~/.config/hypr/bindings.conf          # Custom keybindings
~/.config/hypr/monitors.conf          # Monitor setup
~/.config/omarchy/current/backgrounds/  # Custom backgrounds
~/.bashrc                             # Aliases, functions, exports
~/.XCompose                           # Custom emoji shortcuts

WiFi (nmcli)

nmcli radio wifi on                              # Enable WiFi
nmcli device wifi list                           # List available networks
nmcli device wifi connect "SSID" password "PWD" # Connect to network
nmcli general status                             # Check connection status