disable opening apps from previous sessions

This commit is contained in:
sadan 2025-03-21 16:09:03 -04:00
parent 76af416409
commit f23cda5e8d
No known key found for this signature in database

View file

@ -46,6 +46,12 @@
}; };
wallpaper = ../../../dotfiles/wallpaper.jpg; wallpaper = ../../../dotfiles/wallpaper.jpg;
}; };
# Dont open apps from last session (can lead to tons of random things bloating startup times)
session = {
sessionRestore = {
restoreOpenApplicationsOnLogin = "startWithEmptySession";
};
};
kwin = { kwin = {
titlebarButtons = { titlebarButtons = {
left = [ left = [