roosta / i3wsr

Change i3-wm workspace names based on content
MIT License
178 stars 14 forks source link

added WindowChange::Title event to handle_window_event. #32

Closed mksafavi closed 1 year ago

mksafavi commented 1 year ago

Hi. Some windows (like media player, browser) dynamically change their title. So the workspace name would be out of date without capturing change title events when wm_property = "name"

before adding title change event: image

after adding title change event: image

roosta commented 1 year ago

Great! thanks for this :)