diff --git a/bin/omarchy-menu b/bin/omarchy-menu index 27b1edfa..6da050e3 100755 --- a/bin/omarchy-menu +++ b/bin/omarchy-menu @@ -114,11 +114,11 @@ show_screenshot_menu() { show_screenrecord_menu() { case $(menu "Screenrecord" " Region\n Region + Audio\n Display\n Display + Audio") in - *"Region + Audio"*) omarchy-cmd-screenrecord region audio ;; + *"Region + Audio"*) omarchy-cmd-screenrecord region --with-audio ;; *Region*) omarchy-cmd-screenrecord ;; - *"Display + Audio"*) omarchy-cmd-screenrecord output audio ;; + *"Display + Audio"*) omarchy-cmd-screenrecord output --with-audio ;; *Display*) omarchy-cmd-screenrecord output ;; - *) show_capture_menu ;; + *) back_to show_capture_menu ;; esac } diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index 9ddc5d4d..67c99e61 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -36,10 +36,7 @@ bindd = SHIFT, PRINT, Screenshot of window, exec, omarchy-cmd-screenshot window bindd = CTRL, PRINT, Screenshot of display, exec, omarchy-cmd-screenshot output # Screen recordings -bindd = ALT, PRINT, Screen record a region, exec, omarchy-cmd-screenrecord region -bindd = ALT SHIFT, PRINT, Screen record a region with audio, exec, omarchy-cmd-screenrecord region --with-audio -bindd = CTRL ALT, PRINT, Screen record display, exec, omarchy-cmd-screenrecord output -bindd = CTRL ALT SHIFT, PRINT, Screen record display with audio, exec, omarchy-cmd-screenrecord output --with-audio +bindd = ALT, PRINT, Screen record menu, exec, omarchy-menu screenrecord # Color picker bindd = SUPER, PRINT, Color picker, exec, pkill hyprpicker || hyprpicker -a