From 463da5919707d77feea8389f9e5e887cabde45be Mon Sep 17 00:00:00 2001 From: Peter Fajdiga Date: Mon, 21 Aug 2023 22:00:18 +0200 Subject: [PATCH] add krunner to default 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 48e2cbc..29813a4 100644 --- a/src/config/definition.ts +++ b/src/config/definition.ts @@ -15,6 +15,10 @@ const defaultWindowRules = `[ "class": "kruler", "tile": false }, + { + "class": "krunner", + "tile": false + }, { "class": "zoom", "caption": "Zoom Cloud Meetings",