mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-08 05:23:02 -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;
|
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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue