Ensure client is assigned to an active tag
This commit is contained in:
parent
c8a3ed3aaf
commit
b2cfda066b
4
init.lua
4
init.lua
|
@ -43,6 +43,10 @@ awful.rules.add_rule_source("launch",
|
||||||
|
|
||||||
data.timer:stop()
|
data.timer:stop()
|
||||||
|
|
||||||
|
if data.props.tag and not data.props.tag.activated then
|
||||||
|
data.props.tag = awful.screen.focused().selected_tag
|
||||||
|
end
|
||||||
|
|
||||||
gears.table.crush(props, data.props)
|
gears.table.crush(props, data.props)
|
||||||
|
|
||||||
if data.callback then
|
if data.callback then
|
||||||
|
|
Loading…
Reference in New Issue