dont restore apps
This commit is contained in:
parent
e1600b97e5
commit
7ce490fd5e
1 changed files with 2 additions and 4 deletions
|
|
@ -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";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue