diff --git a/bin/omarchy-menu b/bin/omarchy-menu index 445b35bd..a52ef40c 100755 --- a/bin/omarchy-menu +++ b/bin/omarchy-menu @@ -543,6 +543,7 @@ go_to_menu() { *learn*) show_learn_menu ;; *trigger*) show_trigger_menu ;; *share*) show_share_menu ;; + *capture*) show_capture_menu ;; *style*) show_style_menu ;; *theme*) show_theme_menu ;; *screenshot*) show_screenshot_menu ;; diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index 9d260697..e3f9bfd2 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -1,6 +1,7 @@ # Menus bindd = SUPER, SPACE, Launch apps, exec, omarchy-launch-walker bindd = SUPER CTRL, E, Emoji picker, exec, omarchy-launch-walker -m symbols +bindd = SUPER CTRL, C, Capture menu, exec, omarchy-menu capture bindd = SUPER ALT, SPACE, Omarchy menu, exec, omarchy-menu bindd = SUPER, ESCAPE, System menu, exec, omarchy-menu system bindld = , XF86PowerOff, Power menu, exec, omarchy-menu system @@ -37,10 +38,6 @@ 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