i3-workspace-names-daemon
i3-workspace-names-daemon copied to clipboard
Feature Request: Show either icon or name if no match, rather than both
This is a very simple fix, though I'm not sure if others would agree with my thoughts or not. It looks silly to me to have a big question mark followed by the name of a window, and I would much rather have the option to just have the chosen icon shown than both. Line 59 is all that would need to be changed, and I believe it would make the project look a bit nicer in use.
oh, yes, of course, if you read line 58 too, https://github.com/cboddy/i3-workspace-names-daemon/blob/master/i3_workspace_names_daemon.py#L58
you can see that removing _no_match from your configuration file should be enough.
can you confirm?
in addition, there is the option --no-match-not-show-name https://github.com/cboddy/i3-workspace-names-daemon/blob/master/i3_workspace_names_daemon.py#L185
as you opened this issue, this means that the rename to --no-unknown-name proposed by @bastidest in PR#32 https://github.com/cboddy/i3-workspace-names-daemon/pull/32 is perfectly correct. @cboddy do you agree?