Move/change mouse pointer to next/prev screen

2014-06-23 Thread Tomás Solar Castro
Hi guys, I used awesome a lot, but last time I was using GNOME because a lot of things... Well, I always missed very much awesome, so now that I have time to re-configure my rc.lua I want to come back to it. One thing that I used so much but I forgot is how to change or move the mouse pointer

Re: Move/change mouse pointer to next/prev screen

2014-06-23 Thread Markus Fuchs
Hi, One thing that I used so much but I forgot is how to change or move the mouse pointer to next or previous screen. I used a keyboard shortcut but I can't remember it :( This is an excerpt of my rc.lua: awful.key({ modkey, Control }, w, function () awful.screen.focus_relative(-1) end)

Re: Move/change mouse pointer to next/prev screen

2014-06-23 Thread Tomás Solar Castro
yay, thank you! :D On Mon, Jun 23, 2014 at 2:56 PM, Markus Fuchs mfuch...@gmail.com wrote: Hi, One thing that I used so much but I forgot is how to change or move the mouse pointer to next or previous screen. I used a keyboard shortcut but I can't remember it :( This is an excerpt