12 Hyprland
Tyler Kelley edited this page 2024-02-20 04:17:56 +00:00

This page is dedicated solely to explaining everything Hyprland related as it pertains to my configuration. This is not a replacement for the Hyprland documentation. Please read the Hyprland Wiki for all the possible options and things you can do with it.

If there is an option with Hyprland that you would like to change you can find the configuration file at zaneyos/config/home/hyprland.nix. This file uses the home manager module for Hyprland to generate your config file at the proper ~/.config/ location.

This means I can have variables change which environment variables get set based on what's set in the options.nix file. At the end of the day this makes the config more versatile, but can make it a bit more overwhelming to look at.

What Are The Keybindings?

The modifier, MOD, key is the Super key / the Windows key. CAPS LOCK is mapped to that key as well. This is to make some keybindings easier on the hand and I dislike the CAPS LOCK key in general so this is much better in my opinion.

Custom Application Shortcuts

Button Combo Action
MOD + Return Terminal
MOD + Shift + Enter Program Launcher
MOD + Shift + W Web Search Utility
MOD + Shift + S Reload SwayNotificationCenter
MOD + Shift + G Godot Game Engine
MOD + W Browser
MOD + E Emoji Selector
MOD + S Take Screenshot
MOD + D Discord
MOD + O OBS
MOD + G GNU Image Manipulation Program
MOD + T Thunar
MOD + M Music Player

Hyprland Control Shortcuts

Button Combo Action
MOD + Q Kill Focused Window
MOD + P Pseudo Tiling
MOD + F Toggle Fullscreen
MOD + Shift + I Toggle Split Direction
MOD + Shift + F Toggle Floating
MOD + Shift + C Exit Hyprland

Scratchpad

Button Combo Action
MOD + SPACE Toggle Special Workspace
MOD + SHIFT + SPACE Send Focused Window To Special Workspace
MOD + SHIFT + 1-0 To Move Focused Window Away From Special Workspace

Hyprland Window Shortcuts

Button Combo Action
ALT + Tab Cycle Focus & Bring To Front
MOD + Up Move Window Focus Up
MOD + Down Move Window Focus Down
MOD + Left Move Window Focus Left
MOD + Right Move Window Focus Right
MOD + Shift + Up Move Focused Window Up
MOD + Shift + Down Move Focused Window Down
MOD + Shift + Left Move Focused Window Left
MOD + Shift + Right Move Focused Window Right
MOD + K Move Window Focus Up
MOD + J Move Window Focus Down
MOD + H Move Window Focus Left
MOD + L Move Window Focus Right
MOD + Shift + K Move Focused Window Up
MOD + Shift + J Move Focused Window Down
MOD + Shift + H Move Focused Window Left
MOD + Shift + L Move Focused Window Right

Hyprland Workspace Shortcuts

Button Combo Action
MOD + CONTROL + Right Move +1 Workspace
MOD + CONTROL + Left Move -1 Workspace
MOD + 1-0 Move To Workspace 1-10
MOD + Shift + 1-0 Move Focused Window To Workspace 1-10

Hyprland Mouse Shortcuts

Button Combo Action
MOD + Mouse Left Move/Drag Window
MOD + Mouse Right Resize Window