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 = { globalOptions = {
"Hotkey/TriggerKeys" = { "Hotkey/TriggerKeys" = {
"0" = "Alt+space"; "0" = "Alt+space";
"1" = "Shift+space";
}; };
}; };
inputMethod = { inputMethod = {

View file

@ -259,7 +259,8 @@ in
general.askForConfirmationOnLogout = false; general.askForConfirmationOnLogout = false;
sessionRestore = { sessionRestore = {
excludeApplications = [ ]; excludeApplications = [ ];
restoreOpenApplicationsOnLogin = "onLastLogout"; # restoreOpenApplicationsOnLogin = "onLastLogout"; # restorePreviousLogout
restoreOpenApplicationsOnLogin = "startWithEmptySession";
}; };
}; };
@ -302,9 +303,7 @@ in
configFile = { configFile = {
kwalletrc.Wallet.Enabled = false; kwalletrc.Wallet.Enabled = false;
plasmanotifyrc.Notifications.PopupPosition = "TopRight"; 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";
}; };
}; };
}; };

8
hosts/oren/flake.lock generated
View file

@ -123,11 +123,11 @@
}, },
"locked": { "locked": {
"dir": "flakes/de_plasma", "dir": "flakes/de_plasma",
"lastModified": 1765571034, "lastModified": 1765602270,
"narHash": "sha256-CxOHMlg/sJkajz3KoocgTbv6ICVeA7GHW3NMleiiYtQ=", "narHash": "sha256-zDzxBXsYE/aFvgNMeG5We4R6oaiPzrTgGOVKHHXcosw=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "941ba125007d13344e44ffe100b39a12d35f4757", "rev": "7ce490fd5ec0bf85bd4eb0f4dd2e355080caec73",
"revCount": 876, "revCount": 880,
"type": "git", "type": "git",
"url": "https://git.joshuabell.xyz/ringofstorms/dotfiles" "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles"
}, },