Focused clients are brought to the top
This commit is contained in:
parent
70c5750df9
commit
2cb0c54ebe
|
@ -25,6 +25,9 @@ local flashfocus = function(c)
|
|||
end
|
||||
end)
|
||||
end
|
||||
|
||||
-- Bring the focused client to the top
|
||||
if c then c:raise() end
|
||||
end
|
||||
|
||||
local enable = function() client.connect_signal("focus", flashfocus) end
|
||||
|
|
Loading…
Reference in New Issue