From 6dcf8979c2a380c772d493fd374e603d27e009b6 Mon Sep 17 00:00:00 2001 From: Peter Fajdiga Date: Wed, 27 Dec 2023 19:41:30 +0100 Subject: [PATCH] config: add yakuake to window rules --- src/config/definition.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/definition.ts b/src/config/definition.ts index 6506845..8c73c4c 100644 --- a/src/config/definition.ts +++ b/src/config/definition.ts @@ -19,6 +19,10 @@ const defaultWindowRules = `[ "class": "krunner", "tile": false }, + { + "class": "yakuake", + "tile": false + }, { "class": "zoom", "caption": "Zoom Cloud Meetings|zoom|zoom <2>",