Re: numpad keys issues

2015-10-09 Thread Daniel Sont
KP_HOME should be KP_Home, I beleive. However, it's easier to index an array than remember all the kp names On Sat, Oct 10, 2015 at 10:50 AM, Daniel Sont wrote: > > local numpad = { "#87", "#88", "#89", "#83", "#84", "#85", "#79", "#80", > "#81" } > > // numpad[1..9] >

Re: numpad keys issues

2015-10-09 Thread Daniel Sont
local numpad = { "#87", "#88", "#89", "#83", "#84", "#85", "#79", "#80", "#81" } // numpad[1..9] awful.key({ mod, }, numpad[5], function () awful.util.spawn("google-chrome-beta") end), On Sat, Oct 10, 2015 at 9:24 AM, Alexander Tsepkov wrote: > My numpad keys don't

Re: Reparenting windows manager

2015-10-09 Thread Uli Schlachter
Hi, Am 08.10.2015 um 16:13 schrieb Javier Jaramago Fernandez: > does anybody know if awesome is already a re-parenting windows manager? yes it is since commit 102063db / since awesome version 3.5. > I'm > asking because it still have Java issues even when the problems were > supposed to be