mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-03-31 04:31:55 -04:00
disable opening apps from previous sessions
This commit is contained in:
parent
76af416409
commit
f23cda5e8d
1 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,12 @@
|
|||
};
|
||||
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 = {
|
||||
titlebarButtons = {
|
||||
left = [
|
||||
|
|
Loading…
Add table
Reference in a new issue