Make a client show in every tag at a specific position on screen and on top of all windows [closed]

StackOverflow https://stackoverflow.com/questions/13789369

  •  06-12-2021
  •  | 
  •  

Вопрос

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.

Это было полезно?

Решение

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"

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top