From 4c3ba5549d8b84f5de934268d269f802c0674289 Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.dev> Date: Wed, 28 Aug 2024 13:01:46 +0100 Subject: [PATCH] Don't open all Kdenlive windows in fullscreen mode This also affects pop-up windows within Kdenlive, such as when changing the playback speed, that I don't want to be fullscreen. --- config/awesome/rc.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index 03db87f7..7dc00b7e 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -623,17 +623,11 @@ awful.rules.rules = { -- { rule = { class = "Firefox" }, -- properties = { screen = 1, tag = "2" } }, - -- Prevent Fireox from automaticaly being maximised when opened. { rule = { class = "firefox" }, properties = { opacity = 1, maximized = false, floating = false } }, - { rule = { class = "mpv" }, properties = { tag = "5", fullscreen = true } }, - { rule = { name = "Podcasts - Pocket Casts" }, properties = { tag = "6" } }, - - { rule = { class = "kdenlive" }, properties = { tag = "7", fullscreen = true } }, - + { rule = { class = "kdenlive" }, properties = { tag = "7" } }, { rule = { class = "0ad" }, properties = { tag = "8", fullscreen = true } }, - { rule = { class = "Slack" }, properties = { tag = "9" } }, { rule = { class = "discord" }, properties = { tag = "9" } }, }