-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for assigning class and their instances to tags #52
Comments
Titles should also be supported, because AFAIK instance and title may not match, and that makes sense. |
One note, we should have it be |
Another note, when talking to another user, they want to be able to set a window as floating in a similar fashion. |
With some windows assigned to tags this way it may also make sense to be able to configure the default number of masters on a per-tag basis. |
@avahe-kellenberger Self ping - combine with #68, but use the method daky suggested in this issue. |
@dakyskye What was your intention for |
The instance is the first value of |
@dakyskye I was thinking of doing something like this: [[appRule]] # every class of Alacritty
class = 'Alacritty'
monitor = 2
tags = [ 3, 4 ]
[[appRule]] # cordless instance of Alacritty, overrides above ^
class = 'Alacritty'
instance = 'cordless'
monitor = 2
tags = [ 4 ]
[[appRule]]
class = 'firefoxdeveloperedition'
monitor = 1
tags = [ 1 ] Unless there was a reason to have an |
Yup @avahe-kellenberger that's cool. Should also support |
Started work on the app-rules branch. Should be able to finish it this weekend, if nothing unexpected comes up. |
I am not really familiar with tagging system, but as a guy who used workspaces for months, I would like to assign some applications to certain tags by their class. This is useful if you start a couple of GUI/TUI applications at login, because if you don't assign them to tags, they will get launched in the same tag, and would be a mess! So, for example, this should do the job in the config file:
The text was updated successfully, but these errors were encountered: