Compare commits

..

2 commits

Author SHA1 Message Date
RingOfStorms (Joshua Bell)
3ab3466f57 Merge branch 'master' of ssh://git.joshuabell.xyz:3032/ringofstorms/dotfiles 2026-01-06 10:38:41 -06:00
RingOfStorms (Joshua Bell)
f7f0434c01 Reserve Meta+P for KWin by unbinding it in kscreen and plasmashell 2026-01-06 10:38:39 -06:00

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" = [ ];
};