If you use awesome 3.5, and a gnome or mate panel, the panel will often receive focus when you switch desktops. As a workaround:
- Add this rule to your rc.lua:
{ rule = { class = "Mate-panel" }, properties = { ontop = true, focusable = false } }
- Replace
/usr/share/awesome/lib/awful/autofocus.lua
with the attached file
Posted by Tobias Kraze to makandra dev (2016-12-01 17:30)