WIP: Implement more workspace events #70
Open
clktmr
wants to merge 4 commits from clktmr/yambar:i3-workspace-rename
into master
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'clktmr/yambar:i3-workspace-rename'
Deleting a branch is permanent. It CANNOT be undone. Continue?
A renamed workspace caused yambar to abort in a failed assertion,
because workspace lookup was done by name and the
rename
event was notimplemented. To resolve this issue this patch implements the
rename
event and as a necessity changes workspace_lookup() to use ids instead
of names.
Implement workspace rename eventto WIP: Implement more workspace events 11 months agoI've only had a brief look; things in general look good. Can you add a changelog entry (under "fixed"). And add yourself to the contributors list, if you'd like.
I hope to be able to take a closer look at the actual code soon.
Reviewers