diff --git a/flakes/de_plasma/de_plasma.nix b/flakes/de_plasma/de_plasma.nix index 465757d5..d8f1d26c 100644 --- a/flakes/de_plasma/de_plasma.nix +++ b/flakes/de_plasma/de_plasma.nix @@ -264,7 +264,6 @@ in globalOptions = { "Hotkey/TriggerKeys" = { "0" = "Alt+space"; - "1" = "Shift+space"; }; }; inputMethod = { diff --git a/flakes/de_plasma/home_manager/default.nix b/flakes/de_plasma/home_manager/default.nix index b0d640ae..69c0f902 100644 --- a/flakes/de_plasma/home_manager/default.nix +++ b/flakes/de_plasma/home_manager/default.nix @@ -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"; }; }; }; diff --git a/hosts/oren/flake.lock b/hosts/oren/flake.lock index 36d66fbc..d6550487 100644 --- a/hosts/oren/flake.lock +++ b/hosts/oren/flake.lock @@ -123,11 +123,11 @@ }, "locked": { "dir": "flakes/de_plasma", - "lastModified": 1765571034, - "narHash": "sha256-CxOHMlg/sJkajz3KoocgTbv6ICVeA7GHW3NMleiiYtQ=", + "lastModified": 1765602270, + "narHash": "sha256-zDzxBXsYE/aFvgNMeG5We4R6oaiPzrTgGOVKHHXcosw=", "ref": "refs/heads/master", - "rev": "941ba125007d13344e44ffe100b39a12d35f4757", - "revCount": 876, + "rev": "7ce490fd5ec0bf85bd4eb0f4dd2e355080caec73", + "revCount": 880, "type": "git", "url": "https://git.joshuabell.xyz/ringofstorms/dotfiles" },