mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-09 02:17:24 +08:00
fixed minimal taskbar not updating if a client is moved to a different tag
This commit is contained in:
parent
3b857495fb
commit
d1e6004e32
1 changed files with 3 additions and 0 deletions
|
|
@ -109,6 +109,9 @@ end)
|
|||
client.connect_signal("manage", function(c)
|
||||
update_widget()
|
||||
end)
|
||||
client.connect_signal("untagged", function(c)
|
||||
update_widget()
|
||||
end)
|
||||
client.connect_signal("property::minimized", function(c)
|
||||
update_widget()
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue