3

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.

Ryan Hasse
  • 253
  • 1
  • 4
  • 15

1 Answers1

6

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"

Uli Schlachter
  • 9,337
  • 1
  • 23
  • 39
  • Thank you, that works. Also, I'm trying to position it to a specific location, but I want it on the second screen. It doesn't seem to like being positioned on the second screen when I try this. – Ryan Hasse Dec 09 '12 at 17:44
  • Figured it out `c:geometry` works just fine, but it's very picky about the window intersecting any wbars. – Ryan Hasse Dec 10 '12 at 05:26
  • I did not find it among shortcuts yet, but every window has a icon to make a window sticky, icon of a pin sign – FantomX1 Nov 23 '20 at 08:54