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)

Cheers,
Markus

On Mon, Jun 23, 2014 at 8:50 PM, Tomás Solar Castro <[email protected]> wrote:
> 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 to next or previous screen. I used a keyboard shortcut but I
> can't remember it :(
>
> I searched for it in the default rc.lua in /etc/xdg/awesome/rc.lua (I use
> Debian Sid. awesome 3.5.5)
> but I did not find anything...
>
> Anyone knows it?
>
> Thank you in advance!
>
> --
> Tomás Solar Castro
> GNU+Linux Registered User #383588
> ¡Sé Libre! http://www.FSFLA.org

--
To unsubscribe, send mail to [email protected].

Reply via email to