# Lines ending with `# [hidden]` won't be shown on cheatsheet # Lines starting with #! are section headings #! ##! Apps bind = Super, C, exec, code --password-store=gnome-libsecret # Launch VSCode (editor) bind = Super, E, exec, nautilus --new-window # Launch Dolphin (file manager) bind = Super, W, exec, firefox --new-window # Launch Firefox bind = Super, X, exec, gnome-text-editor --new-window # Launch GNOME Text Editor bind = Super, B, exec, killall btop || ghostty -e btop # Launch btop (system monitor) bind = Ctrl+Super, V, exec, pavucontrol # Launch pavucontrol (volume mixer) bind = Ctrl+Super+Shift, V, exec, easyeffects # Launch EasyEffects (equalizer & other audio effects) #! ##! Essentials bind = Super, T, exec, kitty # Launch kitty (terminal) bind = Super, Return, exec, kitty # [hidden] bind = Super+Shift, Return, exec, ghostty # [hidden] bind = Super, Super_L, exec, eww open main --toggle # Launch dashboard (eww) bind = Alt, Space, exec, pkill fuzzel || fuzzel # [hidden] Launch fuzzel (app launcher) # bind = , mouse:276, exec, pkill fuzzel || fuzzel # [hidden] Launch fuzzel (app launcher) bind = Super, Space, exec, pkill fuzzel || fuzzel -d -l 0 | xargs -r -I{} bash -c '{}' # Launch fuzzel (command launcher) ##! Actions # Screenshot, Record, OCR, Color picker, Clipboard history bind = Super, V, exec, pkill fuzzel || cliphist list | fuzzel --match-mode fzf --dmenu | cliphist decode | wl-copy # Clipboard history >> clipboard bind = Super, Period, exec, pkill fuzzel || ~/.scripts/fuzzel-emoji # Pick emoji >> clipboard bind = Ctrl+Alt, Delete, exec, pkill wlogout || wlogout -p layer-shell # [hidden] bind = Super+Shift, S, exec, hyprshot -m region # Screen snip bind = , Print, exec, hyprshot -m region # Screen snip # Color picker bind = Super+Shift, C, exec, hyprpicker -a # Pick color (Hex) >> clipboard # Fullscreen screenshot # bindl=,Print,exec,grim - | wl-copy # Screenshot >> clipboard # bindl= Ctrl,Print, exec, mkdir -p ~/Pictures/Screenshots && ~/.config/ags/scripts/grimblast.sh copysave screen ~/Pictures/Screenshots/Screenshot_"$(date '+%Y-%m-%d_%H.%M.%S')".png # Screenshot >> clipboard & file # Recording stuff # bind = Super+Alt, R, exec, ~/.config/ags/scripts/record-script.sh # Record region (no sound) # bind = Ctrl+Alt, R, exec, ~/.config/ags/scripts/record-script.sh --fullscreen # [hidden] Record screen (no sound) bind = Super+Alt, R, exec, ~/.scripts/record-script.sh --fullscreen-sound # Record screen (with sound) # wallpaper bind = Super+Shift, W, exec, fish ~/.scripts/change-wallpaper.fish # Change wallpaper ##! Session # bind = Ctrl+Super, L, exec, ags run-js 'lock.lock()' # [hidden] bind = Super, L, exec, loginctl lock-session # Lock bindl = Super+Shift, L, exec, sleep 0.1 && systemctl suspend || loginctl suspend # Suspend system bind = Ctrl+Shift+Alt+Super, Delete, exec, systemctl poweroff || loginctl poweroff # [hidden] Power off #! ##! Media bindl= Super+Shift, N, exec, playerctl next # Next track bindl= ,XF86AudioNext, exec, playerctl next # [hidden] bindl= ,XF86AudioPrev, exec, playerctl previous # [hidden] bind = Super+Shift+Alt, mouse:275, exec, playerctl previous # [hidden] bind = Super+Shift+Alt, mouse:276, exec, playerctl next # [hidden] bindl= Super+Shift, B, exec, playerctl previous # Previous track bindl= Super+Shift, P, exec, playerctl play-pause # Play/pause media bindl= ,XF86AudioPlay, exec, playerctl play-pause # [hidden] bindl= ,XF86AudioPause, exec, playerctl play-pause # [hidden] #! ##! Sound & Brightness bindl = ,XF86AudioMute, exec, pamixer --toggle-mute # [hidden] bindl = Super+Shift,M, exec, pamixer --toggle-mute # [hidden] bindle=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+ && wp-vol # [hidden] bindle=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- && wp-vol # [hidden] bindle=, XF86MonBrightnessUp, exec, brightnessctl -d intel_backlight set 5%+ # [hidden] bindle=, XF86MonBrightnessDown, exec, brightnessctl -d intel_backlight set 5%- # [hidden] #! ##! Window management # Focusing #/# bind = Super, ←/↑/→/↓,, # Move focus in direction bind = Super, Left, movefocus, l # [hidden] bind = Super, Right, movefocus, r # [hidden] bind = Super, Up, movefocus, u # [hidden] bind = Super, Down, movefocus, d # [hidden] bindm = Super, mouse:272, movewindow bindm = Super, mouse:273, resizewindow bind = Super, Q, killactive, bind = Super, mouse:274, killactive # [hidden] Kill active window bind = Super+Shift+Alt, Q, exec, hyprctl kill # Pick and kill a window ##! Window arrangement #/# bind = Super+Shift, ←/↑/→/↓,, # Window: move in direction bind = Super+Shift, Left, movewindow, l # [hidden] bind = Super+Shift, Right, movewindow, r # [hidden] bind = Super+Shift, Up, movewindow, u # [hidden] bind = Super+Shift, Down, movewindow, d # [hidden] # Window split ratio< #/# binde = Super, +/-,, # Window: split ratio +/- 0.1 binde = Super, udiaeresis, splitratio, -0.1 # [hidden] binde = Super, plus, splitratio, +0.1 # [hidden] # Positioning mode bind = Super+Alt, Space, togglefloating, bind = Super, mouse:276, togglefloating # [hidden] bind = Super+Alt, F, fullscreenstate, 0 3 # Toggle fake fullscreen bind = Super, F, fullscreen, 0 bind = Super, D, fullscreen, 1 #! ##! Workspace navigation # Switching #/# bind = Super, Hash,, # Focus workspace # (1, 2, 3, 4, ...) bind = Super, 1, workspace, 1 # [hidden] bind = Super, 2, workspace, 2 # [hidden] bind = Super, 3, workspace, 3 # [hidden] bind = Super, 4, workspace, 4 # [hidden] bind = Super, 5, workspace, 5 # [hidden] bind = Super, 6, workspace, 6 # [hidden] bind = Super, 7, workspace, 7 # [hidden] bind = Super, 8, workspace, 8 # [hidden] bind = Super, 9, workspace, 9 # [hidden] bind = Super, 0, workspace, 10 # [hidden] #/# bind = Ctrl+Super, ←/→,, # Workspace: focus left/right bind = Ctrl+Super, Right, workspace, +1 # [hidden] bind = Ctrl+Super, Left, workspace, -1 # [hidden] #/# bind = Super, Scroll ↑/↓,, # Workspace: focus left/right bind = Super, mouse_up, workspace, +1 # [hidden] bind = Super, mouse_down, workspace, -1 # [hidden] bind = Ctrl+Super, mouse_up, workspace, +1 # [hidden] bind = Ctrl+Super, mouse_down, workspace, -1 # [hidden] #/# bind = Super, Page_↑/↓,, # Workspace: focus left/right bind = Super, Page_Down, workspace, +1 # [hidden] bind = Super, Page_Up, workspace, -1 # [hidden] bind = Ctrl+Super, Page_Down, workspace, +1 # [hidden] bind = Ctrl+Super, Page_Up, workspace, -1 # [hidden] ## Special bind = Super, S, togglespecialworkspace, s bind = Super, mouse:275, togglespecialworkspace, s # [hidden] ##! Workspace management # Move window to workspace Super + Alt + [0-9] #/# bind = Super+Alt, Hash,, # Window: move to workspace # (1, 2, 3, 4, ...) bind = Super+Alt, 1, movetoworkspacesilent, 1 # [hidden] bind = Super+Alt, 2, movetoworkspacesilent, 2 # [hidden] bind = Super+Alt, 3, movetoworkspacesilent, 3 # [hidden] bind = Super+Alt, 4, movetoworkspacesilent, 4 # [hidden] bind = Super+Alt, 5, movetoworkspacesilent, 5 # [hidden] bind = Super+Alt, 6, movetoworkspacesilent, 6 # [hidden] bind = Super+Alt, 7, movetoworkspacesilent, 7 # [hidden] bind = Super+Alt, 8, movetoworkspacesilent, 8 # [hidden] bind = Super+Alt, 9, movetoworkspacesilent, 9 # [hidden] bind = Super+Alt, 0, movetoworkspacesilent, 10 # [hidden] bind = Ctrl+Super+Shift, Right, movetoworkspace, +1 # [hidden] bind = Ctrl+Super+Shift, Left, movetoworkspace, -1 # [hidden] bind = Ctrl+Super, Up, workspace, -5 # [hidden] bind = Ctrl+Super, Down, workspace, +5 # [hidden] #/# bind = Super+Shift, Scroll ↑/↓,, # Window: move to workspace left/right bind = Super+Shift, mouse_down, movetoworkspace, -1 # [hidden] bind = Super+Shift, mouse_up, movetoworkspace, +1 # [hidden] bind = Super+Alt, mouse_down, movetoworkspace, -1 # [hidden] bind = Super+Alt, mouse_up, movetoworkspace, +1 # [hidden] #/# bind = Super+Shift, Page_↑/↓,, # Window: move to workspace left/right bind = Super+Alt, Page_Down, movetoworkspace, +1 # [hidden] bind = Super+Alt, Page_Up, movetoworkspace, -1 # [hidden] bind = Super+Shift, Page_Down, movetoworkspace, +1 # [hidden] bind = Super+Shift, Page_Up, movetoworkspace, -1 # [hidden] bind = Super+Alt, S, movetoworkspace, special:s bind = Super, P, pin bind = Alt, Tab, cyclenext bind = Super, Tab, hyprexpo:expo, toggle # can be: toggle, select, off/disable or on/enable bind = Super+Ctrl, T, exec, ~/.scripts/workspace-new.sh