Is it possible to match criteria on floating state?
I'd like to configure key binds that are only active for windows that are in floating mode, but I can't seem to find any good way to write something like:
bindsym Mod4+x [floating=true] kill
Am I missing some other way of achieving this, or would it be possible to add such a critera option?