Hi again :)

By default, Mod + r triggers a prompt that behaves like gmrun.

If you prefer to use gmrun itself, well this is Awesome and it can be
configured in any way you like! You can create a new keybind in your
rc.lua by adding something like this in the place where the rest of
the keybinds are defined (have a look at the file, it is self
documented):

awful.key({ "Mod1" }, "r", function() awful.util.spawn('gmrun') end),

That would bind Alt+r to launch gmrun.

Cheers

On Sat, Jul 28, 2012 at 12:30 PM, Javier Garcia <[email protected]> wrote:
> Hi,
>
> is there any key binding to run gmrun?
>
> Javier

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

Reply via email to