rc.lua: move some windows to screen 9
This commit is contained in:
parent
0208e59595
commit
d0d09cb4a4
@ -505,6 +505,10 @@ awful.rules.rules = {
|
|||||||
-- Set Firefox to always map on the tag named "2" on screen 1.
|
-- Set Firefox to always map on the tag named "2" on screen 1.
|
||||||
-- { rule = { class = "Firefox" },
|
-- { rule = { class = "Firefox" },
|
||||||
-- properties = { screen = 1, tag = "2" } },
|
-- properties = { screen = 1, tag = "2" } },
|
||||||
|
{ rule = { class = "Signal" },
|
||||||
|
properties = { screen = 1, tag = "9" } },
|
||||||
|
{ rule = { class = "Element" },
|
||||||
|
properties = { screen = 1, tag = "9" } },
|
||||||
}
|
}
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user