Disable middle click paste

This commit is contained in:
Tyler Beckman 2024-12-11 00:59:49 -07:00
parent 495a6be2ef
commit 689447a5cc
Signed by: Ty
GPG key ID: 2813440C772555A4

View file

@ -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 = [