-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fix the alt+tab widget #5
Comments
This is probably what you're referring to, but just in case it's not:
I also get this error when using |
Hello, what is your Awesome version, are you using the lastest awesome-configs? And yes, this is not related to this bug, I should have been more explicit. As of a0e04ed , the last+tab works for me. The latest commit might not be the most stable one ever. The original bug was intended to remind me that if a client is on multiple tags at once, then alt+tab might go "back" to the wrong tag. This is hard to fix given how Awesome store this. |
I'm using awesome |
Yea, I havn't tried in a while. I added a tight coupling with the taglist, tasklist and alt+tab module that probably broke the alt+tab module |
That bug would belong to Radical, you need to add the whole radical module to have at least a chance of making it work, but that probably wont be enough anymore |
Yeah unfortunately I'm requiring both |
The easy way is to install Xephyr and open it Xephir :1 -screen 800x800 and DISPLAY=:1 awesome Open some apps and trigger the alt tab, some errors should show up. Also, are you sure you did add the keybindings to your rc.lua? |
Ok fixed |
That was it, thank you! Now that it works I can see this is such a beautiful widget. Much better than one I threw together using growl notifications. |
It is quite powerful too, in the non-auto-release mode, you can use shift to add a client to the tab and control to move it to the current tag. It will also highlight the client border to be able to better see the current position. If you also use the taglist and tasklist modules, then it will integrate with them by highlighting the tags used by the selected alt+tab item to cause less tag switching confusion. The visual style of the tag/tasklist widget is configurable. There is currently 6 styles available, "basic" look like the current AwesomeWM default look. Used with Tyrannical, some more features get activated. |
The selected tag is wrong
The text was updated successfully, but these errors were encountered: