On 2013–01–17 Johnathan Jenkins wrote:

> > With window you mean client? But how do I mark a client? Simply
> > pressing  Mod4 + Shift + F1-9 does not seem to do anything. And
> > where is this function defined? In my lua.rc I cannot find F1-9
> > bindings.
> > 
> > 
> > Marco
> 
> 
> This is the section in the rc.lua file :
> 
> 
>         awful.key({ modkey, "Shift" }, "#" .. i + 9,
>                           function ()
>                             if client.focus and tags[client.focus.screen][i] 
> then
>                           awful.client.movetotag(tags[client.focus.screen][i])
>                       end

This looks to me like the Mod4 + Shift + 1-9 mapping, not the Mod4 +
Shift + F1-9 mapping. So, what's the difference between

  Mod4 + Shift + 1-9  and
  Mod4 + Shift + F1-9 ?

Marco

PS: You forgot to CC the list.

Attachment: signature.asc
Description: Digital signature

Reply via email to