Update init.lua

fix: add condition for switching between tags
This commit is contained in:
basaran 2022-12-25 10:04:43 -05:00 committed by GitHub
parent 4ce5ce4934
commit 6093c00c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -24,3 +24,7 @@ client.connect_signal("property::minimized", backham)
client.connect_signal("unmanage", backham)
--+ attach to closed state
tag.connect_signal("property::selected", backham)
--|ensure there is always a selected client during tag
--|switching or logins