i3-workspace-names-daemon icon indicating copy to clipboard operation
i3-workspace-names-daemon copied to clipboard

Feature Request: Show either icon or name if no match, rather than both

Open Jacob-Hughey opened this issue 5 years ago • 2 comments

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.

Jacob-Hughey avatar Apr 22 '20 16:04 Jacob-Hughey

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?

CastixGitHub avatar Jun 12 '20 19:06 CastixGitHub

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?

CastixGitHub avatar Jun 12 '20 19:06 CastixGitHub