awesome: prevent firefox from always opening in
...a maximised window
This commit is contained in:
parent
0df5f17dae
commit
928e5c6938
|
@ -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" } },
|
||||
|
|
Loading…
Reference in a new issue