Merge branch 'master' of ssh://git.joshuabell.xyz:3032/ringofstorms/dotfiles

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-12-13 09:40:48 -06:00
commit daa1188f38
3 changed files with 7 additions and 9 deletions

View file

@ -264,7 +264,6 @@ in
globalOptions = {
"Hotkey/TriggerKeys" = {
"0" = "Alt+space";
"1" = "Shift+space";
};
};
inputMethod = {

View file

@ -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";
};
};
};