dont restore apps

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-12 23:04:30 -06:00
parent e1600b97e5
commit 7ce490fd5e

View file

@ -259,7 +259,7 @@ in
general.askForConfirmationOnLogout = false; general.askForConfirmationOnLogout = false;
sessionRestore = { sessionRestore = {
excludeApplications = [ ]; excludeApplications = [ ];
# restoreOpenApplicationsOnLogin = "onLastLogout"; # restoreOpenApplicationsOnLogin = "onLastLogout"; # restorePreviousLogout
restoreOpenApplicationsOnLogin = "startWithEmptySession"; restoreOpenApplicationsOnLogin = "startWithEmptySession";
}; };
}; };
@ -303,9 +303,7 @@ in
configFile = { configFile = {
kwalletrc.Wallet.Enabled = false; kwalletrc.Wallet.Enabled = false;
plasmanotifyrc.Notifications.PopupPosition = "TopRight"; 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";
}; };
}; };
}; };