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 }