At 1227710398 time_t, Yo'av Moshe wrote: > Hey, > how can i make it so that whenever there's a client with the class "Gedit" > it will not be sticky? > I managed to create a keybind for a function, but that's not exactly what I > want. > I tried using the apptags but it doesn't seem to be it...
Put something like that in the manage hook: if c.class == "gedit" then c.stick = false end -- Julien Danjou // ᐰ <[EMAIL PROTECTED]> http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD
signature.asc
Description: Digital signature
