Re: Mod-u and Mod-i when monitors switch position

2016-07-25 Thread Oon-Ee Ng
Just to update, tried focus_relative but pressing it would ALWAYS change monitor (not the behaviour I'm looking for as I sometimes lose track of where I currently am). Instead I used focus_bydirection and does exactly what I want. Thank you! On Fri, Jul 22, 2016 at 4:35 PM, Oon-Ee Ng wrote: > Th

RE: Mod-u and Mod-i when monitors switch position

2016-07-22 Thread Oon-Ee Ng
Thanks! I'll try that out when I get back. On 22 Jul 2016 13:43, "David Sorkovsky" wrote: > > Hi, > > Not sure about how your key combinations are configured, but these are what I have in my awesome config... > > awful.key({ modkey, "Control" }, "j", function () awful.screen.foc

RE: Mod-u and Mod-i when monitors switch position

2016-07-21 Thread David Sorkovsky
Hi, Not sure about how your key combinations are configured, but these are what I have in my awesome config... awful.key({ modkey, "Control" }, "j", function () awful.screen.focus_relative( 1) end), awful.key({ modkey, "Cont