You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm using the shifty branch 3.5, and my version of awesome is 3.5.1.
I have two screens, and I'm trying to make a custom matcher, that looks like this:
{
match = {
"skype",
},
tag = "4:chat",
screen = 2,
},
When I open skype on screen 2, it works ok (opens in "4:chat" tag), but when I open it on screen 1, a new tag is created (named "4:chat") and skype is opened there. It seems to be ignoring the screen=2 option.
Is this feature not implemented yet or is this a bug (or maybe I'm doing it wrong)?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello, you should be aware that shifty is deprecated. https://github.com/Elv13/tyrannical is it "sucessor" where the standard awful library can not meet the dinamic tagging.
Hello, I'm using the shifty branch 3.5, and my version of awesome is 3.5.1.
I have two screens, and I'm trying to make a custom matcher, that looks like this:
When I open skype on screen 2, it works ok (opens in "4:chat" tag), but when I open it on screen 1, a new tag is created (named "4:chat") and skype is opened there. It seems to be ignoring the
screen=2
option.Is this feature not implemented yet or is this a bug (or maybe I'm doing it wrong)?
Thanks!
The text was updated successfully, but these errors were encountered: