At 1232337086 time_t, Donald Ephraim Curtis wrote: > +local function vile(_, screen, orientation) > + orientation = orientation or "right" > + > + -- this handles are different orientations > + local height = "height" > + local width = "width" > + local x = "x" > + local y = "y" > + if orientation == "top" or orientation == "bottom" then > + height = "width" > + width = "height" > + x = "y" > + y = "x" > + end > + > + local t = tag.selected()
t = tag.selected(screen), or you will select the wrong tag in multihead setup. (just fixed that in tile also). -- Julien Danjou // ᐰ <[email protected]> http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD
signature.asc
Description: Digital signature
