On Mon, May 14, 2012 at 3:08 PM, Thorsten Sperber <[email protected]> wrote: > I would like to implement border actions in my configuration, like in [...] > My problem is that nothing happens. Maybe signal property::x isn't the > best way to start. A better way would be something like
If you set dockable property on a client with `awful.client.dockable.set(c, true)` and move it around with mouse, awesome snaps it to edges if you are 8px close to one. `awful.mouse` does the magic, so lib/awful/mouse/init.lua could be a good place to look for help. -- Anurag Priyam -- To unsubscribe, send mail to [email protected].
