I'm running Arch Linux on my box. I use the awesome window manager, which is a tiling WM, but allows floating windows too.
The ArchWiki's Awesome entry tells me to put the following in my awesome rc.lua
to make youtube's fullscreen floating by default:
{ rule = { instance = "plugin-container" },
properties = { floating = true } },
Yet this doesn't seem to be working. I've tried the rule they suggested for the chromium
browser and this worked, which is leading me too believe that the approach is correct.
I'm guessing that the "plugin-container"
is not the correct specifier for the browser I'm am using: luakit
.
So here's the question: what is the correct instance
specifier to make luakit
youtube videos be recognized by the awesome
rules?