From d615d2f9b578056eb022759393d8b35254a786be Mon Sep 17 00:00:00 2001 From: Alexandre Perreault Date: Tue, 14 Oct 2025 04:51:55 -0400 Subject: [PATCH] fix: mute output when hiding cursor in screensaver (#2419) --- bin/omarchy-cmd-screensaver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-cmd-screensaver b/bin/omarchy-cmd-screensaver index e336c8b..a53a27f 100755 --- a/bin/omarchy-cmd-screensaver +++ b/bin/omarchy-cmd-screensaver @@ -13,7 +13,7 @@ exit_screensaver() { trap exit_screensaver SIGINT SIGTERM SIGHUP SIGQUIT -hyprctl keyword cursor:invisible true +hyprctl keyword cursor:invisible true &>/dev/null while true; do effect=$(tte 2>&1 | grep -oP '{\K[^}]+' | tr ',' ' ' | tr ' ' '\n' | sed -n '/^beams$/,$p' | sort -u | shuf -n1)