Disable middle click paste
This commit is contained in:
parent
495a6be2ef
commit
689447a5cc
1 changed files with 6 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue