Reserve Meta+P for KWin by unbinding it in kscreen and plasmashell

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-06 10:38:39 -06:00
parent 3bb634f358
commit f7f0434c01

View file

@ -66,10 +66,17 @@ in
"Window Move Center" = "Meta+Shift+J";
"Window Maximize" = "Meta+Shift+K";
"Window On All Desktops" = "Meta+P";
}
// kwinWorkspace
// kwinMoveWorkspace;
"org.kde.kscreen.desktop" = {
# Unbind default (Display / Meta+P) so Meta+P can be used by KWin.
"ShowOSD" = "none";
};
plasmashell = {
"activate application launcher widget" = [ ];
};