Re: Viewing Multiple Tags
Hong Shick Pak <hongshick.pak <at> gmail.com>
2012-06-19 01:20:34 GMT
From xev:
KeyRelease event, serial 33, synthetic NO, window 0x1e00001,
root 0xca, subw 0x0, time 13371951, (420,279), root:(421,296),
state 0x0, keycode 11 (keysym 0x32, 2), same_screen YES,
XLookupString gives 1 bytes: (32) "2"
XFilterEvent returns: False
What do you mean strange layouts?
My layouts from rc.lua:
tags = {} for s = 1, screen.count() do
-- Each screen has its own tag table.
tags[s] = awful.tag({ "term", "web", "code", "off", "extr", "vbox"
}, s, layouts[1])
end
On Mon, Jun 18, 2012 at 9:11 PM, Adrian C. <anrxc <at> sysphere.org> wrote:
> On Tue, 19 Jun 2012, Adrian C. wrote:
>
>> On Mon, 18 Jun 2012, Hong Shick Pak wrote:
>>
>> > What could cause this odd behavior?
>>
>> What's the keycode of 2? It's expected to be 11 to properly bind.
>
> ...this was once a problem with strange layouts.
>
>
> --
> Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618
(Continue reading)