Read more

Fix Slack call overlay on Awesome WM

Tobias Kraze
September 22, 2017Software engineer at makandra GmbH

If you use awesome and make a Slack call, you'll constantly have an overlay window pop up taking over half of your screen.

Illustration UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
Read more Show archive.org snapshot

To fix this, add the following rule to your awful.rules.rules section in your rc.lua:

awful.rules.rules = {
  -- ...
  { rule = { name = "Slack Call Minipanel" }, properties = { floating = true, ontop = true } },
}
Posted by Tobias Kraze to makandra dev (2017-09-22 13:04)