awesome: prevent firefox from always opening in

...a maximised window
This commit is contained in:
Oliver Davies 2024-06-27 17:03:36 +01:00
parent 0df5f17dae
commit 928e5c6938

View file

@ -544,6 +544,9 @@ 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" } },