From 9c71962a16293f2f58f04ebc70c9c8b023402aaa Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 12 Jan 2026 10:57:04 +0100 Subject: [PATCH] Add Super + Ctrl + P (and friends) as alternative keybinds for captures on keyboards without a printscr key Closes #4051 --- default/hypr/bindings/utilities.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index e4364ec8..9d260697 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -37,6 +37,10 @@ bindd = , PRINT, Screenshot with editing, exec, omarchy-cmd-screenshot bindd = SHIFT, PRINT, Screenshot to clipboard, exec, omarchy-cmd-screenshot smart clipboard bindd = ALT, PRINT, Screenrecording, exec, omarchy-menu screenrecord bindd = SUPER, PRINT, Color picker, exec, pkill hyprpicker || hyprpicker -a +bindd = SUPER CTRL, P, Screenshot with editing, exec, omarchy-cmd-screenshot +bindd = SUPER CTRL SHIFT, P, Screenshot to clipboard, exec, omarchy-cmd-screenshot smart clipboard +bindd = SUPER CTRL ALT, P, Screenrecording, exec, omarchy-menu screenrecord +bindd = SUPER CTRL SHIFT ALT, P, Color picker, exec, pkill hyprpicker || hyprpicker -a # File sharing bindd = SUPER CTRL, S, Share, exec, omarchy-menu share