rc.lua: move some windows to screen 9

This commit is contained in:
Motiejus Jakštys 2023-09-17 22:45:42 +03:00
parent 0208e59595
commit d0d09cb4a4
1 changed files with 4 additions and 0 deletions

View File

@ -505,6 +505,10 @@ awful.rules.rules = {
-- Set Firefox to always map on the tag named "2" on screen 1.
-- { rule = { class = "Firefox" },
-- properties = { screen = 1, tag = "2" } },
{ rule = { class = "Signal" },
properties = { screen = 1, tag = "9" } },
{ rule = { class = "Element" },
properties = { screen = 1, tag = "9" } },
}
-- }}}