mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-02-28 16:13:55 +08:00
Fix signal for focusing urgent clients automatically
This commit is contained in:
parent
2c6c83760b
commit
a10091a0c4
1 changed files with 5 additions and 3 deletions
|
|
@ -959,10 +959,12 @@ client.connect_signal("request::activate", function(c, context, hints)
|
|||
end
|
||||
end)
|
||||
|
||||
-- -- Focus urgent clients automatically
|
||||
-- Focus urgent clients automatically
|
||||
-- client.connect_signal("property::urgent", function(c)
|
||||
-- c.minimized = false
|
||||
-- c:jump_to()
|
||||
-- if c.urgent then
|
||||
-- c.minimized = false
|
||||
-- c:jump_to()
|
||||
-- end
|
||||
-- end)
|
||||
|
||||
-- Disconnect the client ability to request different size and position
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue