diff --git a/home/hosts/peach.nix b/home/hosts/peach.nix index 2851ccb..5ddb64f 100644 --- a/home/hosts/peach.nix +++ b/home/hosts/peach.nix @@ -61,8 +61,14 @@ shortcuts = { # my volume down key broke as hell boy - kmix.decrease_volume = "Volume Mute"; - kmix.decrease_volume_small = "Shift+Volume Mute"; + 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"; diff --git a/home/kde/plasma.nix b/home/kde/plasma.nix index 4c83322..9c4af40 100644 --- a/home/kde/plasma.nix +++ b/home/kde/plasma.nix @@ -161,7 +161,7 @@ # translucency.enable = true; # windowOpenClose.animation = "fade"; blur = { - enable = false; + enable = true; noiseStrength = 8; strength = 5; };