On Wed, Jan 21, 2009 at 4:00 PM, JuanPablo <[email protected]> wrote:
> yeah, not remapping the combination of keys
>
> I tested in diferent client in floating state, in the terminals (xterm,
> urxvt, aterm, etc) the keys not working
> but in others (dowmload manager of firefox) working fine
>
> On Wed, Jan 21, 2009 at 10:38 AM, Tomas Pinkas <[email protected]>
> wrote:
>>
>> Are you sure, you don't remapping the combination of keys for right and
>>  down resizing - below in the config file?
>>
>> Tom
>>
>> JuanPablo napsal(a):
>>>
>>> I had problems to change the size of clients.
>>> I use this keybinding,
>>>
>>> keybinding({ modkey, "Mod1" }, "Up", function ()
>>> awful.client.moveresize(0, 0, 0, -5) end):add()
>>> keybinding({ modkey, "Mod1" }, "Down", function ()
>>> awful.client.moveresize(0, 0, 0, 5) end):add()
>>> keybinding({ modkey, "Mod1" }, "Left", function ()
>>> awful.client.moveresize(0, 0, -5, 0) end):add()
>>> keybinding({ modkey, "Mod1" }, "Right", function ()
>>> awful.client.moveresize(0, 0, 5, 0) end):add()
>>>
>>> up and left, ok
>>> but right and down keys not working
>>>
>>> any idea ?
>>> thanks.
>
>
Just tested with version
awesome (awesome) v3.1 (Helicopter)
the same gtk/qt  apps works xlib not

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

Reply via email to