Fixed incorrect config attribute

This commit is contained in:
2026-06-02 23:40:35 +01:00
parent 3d3f75eab6
commit 2276038b4d
+1 -1
View File
@@ -15,6 +15,7 @@
Unit = {
Description = "Ghostty Terminal Emulator";
X-SwitchMethod = "keep-old";
X-RestartIfChanged = false;
After = ["graphical-session.target"];
};
Service = {
@@ -28,6 +29,5 @@
Install = {
WantedBy = ["graphical-session.target"];
};
restartIfChanged = false;
};
}