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 online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
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)