awesome-revelation
awesome-revelation copied to clipboard
Show all clients all screens in Awesome window manager
This is to fix the restore of clients with multiple monitors. The code is thanks to this comment: https://github.com/guotsuan/awesome-revelation/issues/29#issuecomment-786677312. Tested on Awesome 4.3.
In awesome v4.3, after using revelation (after selecting a client from it or escaping from it to cancel), running `awful.tag.history.restore` (Mod + Esc) will attempt to view only the revelation...
Hi, thank you for this awesome plugin to awesome wm :rocket: Steps to reproduce: 1. Have multiple screens (each with its tags) 2. Call revelation 3. Choose one client 4....
When I use the only-this-tag option for revelation, it is confusing that it changes the layout to a different one containing the exact same clients. This goes against the principle...
The two lines below are missing in revelation.init: ``` revelation.fg = args.fg or revelation.fg revelation.bg = args.bg or revelation.bg ```
I've not investigated, but with awesome master I am seeing empty (grey) letterboxes, where the actual letters are missing. Please let me know in case you cannot reproduce it, and...