From 772a3b8e176167e8ebc4773310678fcf728f46d0 Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Sun, 30 Nov 2025 15:27:45 -0500 Subject: [PATCH] changes --- home/all.nix | 1 + home/hosts/peach.nix | 24 ++++++++++++------------ home/kde/plasma.nix | 8 ++++---- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/home/all.nix b/home/all.nix index b03e602..4802a2b 100755 --- a/home/all.nix +++ b/home/all.nix @@ -32,6 +32,7 @@ prettierd musescore mpv + gimp kde-rounded-corners kdePackages.partitionmanager diff --git a/home/hosts/peach.nix b/home/hosts/peach.nix index 5ddb64f..09130d1 100644 --- a/home/hosts/peach.nix +++ b/home/hosts/peach.nix @@ -60,18 +60,18 @@ }; shortcuts = { - # my volume down key broke as hell boy - kmix.decrease_volume = [ - "Volume Mute" - "Volume Down" - ]; - kmix.decrease_volume_small = [ - "Shift+Volume Mute" - "Shift+Volume Down" - ]; - kmix.increase_volume = "Volume Up"; - kmix.increase_volume_small = "Shift+Volume Up"; - kmix.mute = "Sleep"; + # # my volume down key broke as hell boy + # kmix.decrease_volume = [ + # "Volume Mute" + # "Volume Down" + # ]; + # kmix.decrease_volume_small = [ + # "Shift+Volume Mute" + # "Shift+Volume Down" + # ]; + # kmix.increase_volume = "Volume Up"; + # kmix.increase_volume_small = "Shift+Volume Up"; + # kmix.mute = "Sleep"; org_kde_powerdevil.Sleep = [ ]; }; diff --git a/home/kde/plasma.nix b/home/kde/plasma.nix index 0925359..04e3307 100644 --- a/home/kde/plasma.nix +++ b/home/kde/plasma.nix @@ -85,19 +85,19 @@ apply = { noborder = { value = true; - apply = "force"; + apply = "initially"; }; maximizehoriz = { value = true; - apply = "force"; + apply = "initially"; }; maximizevert = { value = true; - apply = "force"; + apply = "initially"; }; desktops = { value = "Desktop_4"; - apply = "force"; + apply = "initially"; }; }; }