A way to disable "Screen Edges" shortcuts ? #426
-
Hey there ! Is there a way to disable all the actions triggered by plasma when the cursor reaches a corner of the screen or its edges, please ? |
Beta Was this translation helpful? Give feedback.
Answered by
HeitorAugustoLN
Nov 30, 2024
Replies: 1 comment 2 replies
-
Well, if it is the default one that plasma has, you could remove it with: {
programs.plasma.configFile.kwinrc.Effect-overview.BorderActivate = 9;
} If it is not you should try modifying it manually and see the reflected changes in I was going to add some configuration for screen edges in #308, but I never got the free time to do so. Maybe one day, I finish it. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
SpidFightFR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, if it is the default one that plasma has, you could remove it with:
If it is not you should try modifying it manually and see the reflected changes in
~/.config/kwinrc
. And write them in the nix configurationI was going to add some configuration for screen edges in #308, but I never got the free time to do so. Maybe one day, I finish it.