From 7ce490fd5ec0bf85bd4eb0f4dd2e355080caec73 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Fri, 12 Dec 2025 23:04:30 -0600 Subject: [PATCH] dont restore apps --- flakes/de_plasma/home_manager/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/flakes/de_plasma/home_manager/default.nix b/flakes/de_plasma/home_manager/default.nix index 0e373e55..69c0f902 100644 --- a/flakes/de_plasma/home_manager/default.nix +++ b/flakes/de_plasma/home_manager/default.nix @@ -259,7 +259,7 @@ in general.askForConfirmationOnLogout = false; sessionRestore = { excludeApplications = [ ]; - # restoreOpenApplicationsOnLogin = "onLastLogout"; + # restoreOpenApplicationsOnLogin = "onLastLogout"; # restorePreviousLogout restoreOpenApplicationsOnLogin = "startWithEmptySession"; }; }; @@ -303,9 +303,7 @@ in configFile = { kwalletrc.Wallet.Enabled = false; plasmanotifyrc.Notifications.PopupPosition = "TopRight"; - ksmserverrc.General.loginMode = "restorePreviousLogout"; - kwinrc.Wayland.InputMethod = - "/run/current-system/sw/share/applications/org.fcitx.Fcitx5.desktop"; + kwinrc.Wayland.InputMethod = "/run/current-system/sw/share/applications/org.fcitx.Fcitx5.desktop"; }; }; };