Pretty much what it says on the tin. I'm trying to get a small graphic to stay at a specific position on screen, regardless of which tag I'm viewing, and for it to always be on top. Unfortunately I don't even know where to start other than setting a rule for the client to be floating, so far. It would also be nice if the window's title didn't show in Awesome's task bar.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as not a real question by Will♦ Apr 8 at 2:06
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
What you want is called "sticky". You can do "sticky = true" in a rule, the same way that you can set clients floating. And for the taskbar: "skip_taskbar = true" |
|||||
|