From 119ab8fa2bc2673c1747dd01b33d5a999d939141 Mon Sep 17 00:00:00 2001 From: Nikolai Papin Date: Sat, 12 Jul 2025 02:57:23 +0300 Subject: [PATCH] refactor: removed debug prints from autofreezer --- hypr/scripts/autofreezer.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hypr/scripts/autofreezer.sh b/hypr/scripts/autofreezer.sh index 3fc9084..c65796b 100755 --- a/hypr/scripts/autofreezer.sh +++ b/hypr/scripts/autofreezer.sh @@ -29,10 +29,7 @@ function handle { found && /pid:/ {print $2; found=0; exit} ') - echo tags are $tags and pid is $pid - # Process if window has zawarudo tag - echo "qualify 4 freeze: $tags and $pid" if [[ -n "$tags" && -n "$pid" ]]; then if [[ "$tags" == *"zawarudo"* ]]; then echo freeze $current_pid @@ -56,7 +53,6 @@ function handle { ') # Process if window has zawarudo tag - echo "qualify 2 unfreeze: $current_tags and $current_pid" if [[ -n "$current_tags" && -n "$current_pid" ]]; then if [[ "$current_tags" == *"zawarudo"* ]]; then echo unfreeze $current_pid