Skip to content

Commit

Permalink
exclude plasmashell
Browse files Browse the repository at this point in the history
  • Loading branch information
gerritdevriese committed Sep 25, 2022
1 parent 06b9d18 commit cddda18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified KZones.kwinscript
Binary file not shown.
4 changes: 4 additions & 0 deletions contents/ui/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ PlasmaCore.Dialog {
}

function moveClientToZone(client, zone) {

// block plasmashell from being moved
if (client.resourceClass.toString() === "plasmashell") return

console.log("KZones: Moving client " + client.resourceClass.toString() + " to zone " + zone)

// save current geometry
Expand Down

0 comments on commit cddda18

Please sign in to comment.