Merge branch 'master' of ssh://git.joshuabell.xyz:3032/ringofstorms/dotfiles
This commit is contained in:
commit
daa1188f38
3 changed files with 7 additions and 9 deletions
|
|
@ -264,7 +264,6 @@ in
|
|||
globalOptions = {
|
||||
"Hotkey/TriggerKeys" = {
|
||||
"0" = "Alt+space";
|
||||
"1" = "Shift+space";
|
||||
};
|
||||
};
|
||||
inputMethod = {
|
||||
|
|
|
|||
|
|
@ -259,7 +259,8 @@ in
|
|||
general.askForConfirmationOnLogout = false;
|
||||
sessionRestore = {
|
||||
excludeApplications = [ ];
|
||||
restoreOpenApplicationsOnLogin = "onLastLogout";
|
||||
# restoreOpenApplicationsOnLogin = "onLastLogout"; # restorePreviousLogout
|
||||
restoreOpenApplicationsOnLogin = "startWithEmptySession";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -302,9 +303,7 @@ in
|
|||
configFile = {
|
||||
kwalletrc.Wallet.Enabled = false;
|
||||
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