diff --git a/bin/omarchy-first-run b/bin/omarchy-first-run index db885b67..9f4826b1 100755 --- a/bin/omarchy-first-run +++ b/bin/omarchy-first-run @@ -21,7 +21,6 @@ if [[ -f $FIRST_RUN_MODE ]]; then bash "$OMARCHY_PATH/install/first-run/firewall.sh" bash "$OMARCHY_PATH/install/first-run/dns-resolver.sh" bash "$OMARCHY_PATH/install/first-run/gnome-theme.sh" - bash "$OMARCHY_PATH/install/first-run/gdk-scale.sh" bash "$OMARCHY_PATH/install/first-run/gtk-primary-paste.sh" omarchy-hook-install post-update "$OMARCHY_PATH/install/first-run/install-voxtype.hook" sudo /bin/rm -f /etc/sudoers.d/first-run diff --git a/install/first-run/gdk-scale.sh b/install/first-run/gdk-scale.sh deleted file mode 100644 index 0da4a7d6..00000000 --- a/install/first-run/gdk-scale.sh +++ /dev/null @@ -1,8 +0,0 @@ -# Persist the detected monitor scale (and matching GDK_SCALE) into -# ~/.config/hypr/monitors.lua. omarchy-hyprland-monitor-scaling with no args -# returns the closest preset to whatever Hyprland chose at startup; passing -# that value back in updates both `omarchy_monitor_scale` and -# `omarchy_gdk_scale` in the lua config so the choice survives a reboot. -scale=$(omarchy-hyprland-monitor-scaling 2>/dev/null || true) -[[ -n $scale ]] || exit 0 -omarchy-hyprland-monitor-scaling "$scale" >/dev/null 2>&1 || true