We don't actually ever need this notification
This commit is contained in:
@@ -18,7 +18,5 @@ case "$CURRENT_INT" in
|
|||||||
*) NEW_SCALE=1 ;;
|
*) NEW_SCALE=1 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
hyprctl keyword misc:disable_scale_notification true
|
|
||||||
hyprctl keyword monitor "$ACTIVE_MONITOR,${WIDTH}x${HEIGHT}@${REFRESH_RATE},auto,$NEW_SCALE"
|
hyprctl keyword monitor "$ACTIVE_MONITOR,${WIDTH}x${HEIGHT}@${REFRESH_RATE},auto,$NEW_SCALE"
|
||||||
hyprctl keyword misc:disable_scale_notification false
|
|
||||||
notify-send -u low " Display scaling set to ${NEW_SCALE}x"
|
notify-send -u low " Display scaling set to ${NEW_SCALE}x"
|
||||||
|
|||||||
@@ -122,6 +122,7 @@ master {
|
|||||||
misc {
|
misc {
|
||||||
disable_hyprland_logo = true
|
disable_hyprland_logo = true
|
||||||
disable_splash_rendering = true
|
disable_splash_rendering = true
|
||||||
|
disable_scale_notification = true
|
||||||
focus_on_activate = true
|
focus_on_activate = true
|
||||||
anr_missed_pings = 3
|
anr_missed_pings = 3
|
||||||
on_focus_under_fullscreen = 1
|
on_focus_under_fullscreen = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user