I run KDE with Awesome WM. Sometimes, I have no window (client) open and press Mod4+C to close a window, but plasma-desktop is selected. So it kills plasma-desktop which makes my background image and other background things.
Is there some way to prevent this for the given window class? Something I can put into the rules section of the rc.lua?
client.classwas what I needed.Shouldn't
– TuxForLife Nov 14 '15 at 22:43client.type ~= 'desktop'work for any DE?