dont restore apps

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-12 23:00:56 -06:00
parent 4ca028ae52
commit e1600b97e5

View file

@ -259,7 +259,8 @@ in
general.askForConfirmationOnLogout = false; general.askForConfirmationOnLogout = false;
sessionRestore = { sessionRestore = {
excludeApplications = [ ]; excludeApplications = [ ];
restoreOpenApplicationsOnLogin = "onLastLogout"; # restoreOpenApplicationsOnLogin = "onLastLogout";
restoreOpenApplicationsOnLogin = "startWithEmptySession";
}; };
}; };