mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-11 09:11:01 +08:00
fixed minimal taskbar not updating if a client is moved to a different tag
Former-commit-id: d1e6004e32
Former-commit-id: 62f4af2cbfe78b7bdfe26afa02f74d0502287df1
Former-commit-id: c91a0d09b86aebf630198b358053b30ebf756fdb
Former-commit-id: 4f9c24dbae6b67e1ad4496d977e41716c6ecf53b
This commit is contained in:
parent
bff899c7f1
commit
dba34e039b
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