From b24dd7fbb97a9c57623bdd4439c25cc108a2d853 Mon Sep 17 00:00:00 2001 From: droid Date: Mon, 23 Mar 2026 17:33:28 +0800 Subject: [PATCH] feat: restore dock attention popups --- scripts/recalc-plasma-bottom-docks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/recalc-plasma-bottom-docks.sh b/scripts/recalc-plasma-bottom-docks.sh index a40a470..a143bff 100755 --- a/scripts/recalc-plasma-bottom-docks.sh +++ b/scripts/recalc-plasma-bottom-docks.sh @@ -153,7 +153,7 @@ for item in pairs: '--group', 'Containments', '--group', str(cid), '--group', 'Applets', '--group', str(aid), '--group', 'Configuration', '--group', 'General', - '--key', 'unhideOnAttention', 'false' + '--key', 'unhideOnAttention', 'true' ], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL) PY }