From 636416bbd255e89b7aeea2f733adcdd6528ca2cb Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Sat, 18 Oct 2025 15:19:09 -0400 Subject: [PATCH] Revert "Remove wayfreeze until we have the AUR pkg built in OPR" This reverts commit ea303295228354829e8bba231a52da0d935a2c5e. --- bin/omarchy-cmd-screenshot | 3 +++ install/omarchy-base.packages | 1 + 2 files changed, 4 insertions(+) diff --git a/bin/omarchy-cmd-screenshot b/bin/omarchy-cmd-screenshot index c2a07aa..f4450f8 100755 --- a/bin/omarchy-cmd-screenshot +++ b/bin/omarchy-cmd-screenshot @@ -22,11 +22,13 @@ get_rectangles() { # Select based on mode case "$MODE" in region) + wayfreeze & PID=$! sleep .1 SELECTION=$(slurp 2>/dev/null) kill $PID 2>/dev/null ;; windows) + wayfreeze & PID=$! sleep .1 SELECTION=$(get_rectangles | slurp -r 2>/dev/null) kill $PID 2>/dev/null @@ -36,6 +38,7 @@ case "$MODE" in ;; smart|*) RECTS=$(get_rectangles) + wayfreeze & PID=$! sleep .1 SELECTION=$(echo "$RECTS" | slurp 2>/dev/null) kill $PID 2>/dev/null diff --git a/install/omarchy-base.packages b/install/omarchy-base.packages index 02bdfc2..5df489c 100644 --- a/install/omarchy-base.packages +++ b/install/omarchy-base.packages @@ -131,6 +131,7 @@ unzip uwsm walker waybar +wayfreeze whois wireless-regdb wiremix