Hello,

Matthew has done it _almost_ right, because awful itself handles wrapping.
Something like this will be enough:

function(c)
  local prevscreen = c.screen - 1
  awful.client.movetoscreen(c,prevscreen)
end

function(c)
  local nextscreen = c.screen + 1
  awful.client.movetoscreen(c,nextscreen)
end

Tested on 3 screens and works great - thanks for the idea Matthew :)

BR,
Paweł

--
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Reply via email to