fix: mute output when hiding cursor in screensaver (#2419)

This commit is contained in:
Alexandre Perreault
2025-10-14 04:51:55 -04:00
committed by GitHub
parent 800962b18f
commit d615d2f9b5

View File

@@ -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)