diff --git a/home-manager/modules/plasma.nix b/home-manager/modules/plasma.nix index 0da2301..5621a9c 100755 --- a/home-manager/modules/plasma.nix +++ b/home-manager/modules/plasma.nix @@ -21,6 +21,12 @@ wallpaper = "${pkgs.kdePackages.plasma-workspace-wallpapers}/share/wallpapers/Shell/contents/images/5120x2880.jpg"; # Set colorful splash screen while plasma is loading splashScreen.theme = "magna-splash-6"; + + enableMiddleClickPaste = false; + }; + + desktop = { + mouseActions.middleClick = "contextMenu"; }; panels = [