Silence the scaling notifications

This commit is contained in:
David Heinemeier Hansson
2026-02-19 16:07:12 +01:00
parent 83aa9aeb86
commit 8a2e65e5d4
+2
View File
@@ -15,5 +15,7 @@ case "$CURRENT_INT" in
*) NEW_SCALE=1 ;;
esac
hyprctl keyword misc:disable_scale_notification true
hyprctl keyword monitor "$ACTIVE_MONITOR,preferred,auto,$NEW_SCALE"
hyprctl keyword misc:disable_scale_notification false
notify-send "󰍹 Display scaling set to ${NEW_SCALE}x"