From 8a2e65e5d4058d2cf532618c76f51ea9c676b4f6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 19 Feb 2026 16:07:12 +0100 Subject: [PATCH] Silence the scaling notifications --- bin/omarchy-toggle-monitor-scaling | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/omarchy-toggle-monitor-scaling b/bin/omarchy-toggle-monitor-scaling index 2b120026..aa028a94 100755 --- a/bin/omarchy-toggle-monitor-scaling +++ b/bin/omarchy-toggle-monitor-scaling @@ -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"