From 7015601d77f75b558c2b36a839b412ace99c7085 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 28 Jan 2026 13:24:28 +0100 Subject: [PATCH] No need to start on the first install --- bin/omarchy-toggle-hybrid-gpu | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/omarchy-toggle-hybrid-gpu b/bin/omarchy-toggle-hybrid-gpu index 65ff3265..2667933a 100755 --- a/bin/omarchy-toggle-hybrid-gpu +++ b/bin/omarchy-toggle-hybrid-gpu @@ -7,7 +7,6 @@ if omarchy-cmd-missing supergfxctl; then omarchy-pkg-add supergfxctl sudo systemctl enable supergfxd - sudo systemctl start supergfxd # Needed to deal with restoring to sleep where going through VFIO first means we don't need to reboot. sudo sed -i "s/\"vfio_enable\": \".*\"/\"vfio_enable\": true/" /etc/supergfxd.conf