You are not logged in.

#1 2010-10-09 16:33:21

guisacouto
Member
From: Portugal
Registered: 2009-06-27
Posts: 107

Awesome WM: toggle windows in different screens

Hi,

I have googled a lot, but I can't seem to find a way to do this..
I have dual head setup, and I can't make awesome to toggle (alt+tab) between windows that are on different screens.. so I have to mod4+j/k first to switch active screen and then alt+tab..

is there a way to do this?

best regards:D!

Guilherme

edit:

    awful.key({ "Mod1" }, "Tab", function ()
        awful.menu.menu_keys.down = { "Down", "Tab" }
        local cmenu = awful.menu.clients({width=245}, {keygrabber=true, coords={x=525, y=330} })
    end),

         
I found this option that seems very good for what I want, however I would like to don't have to press Enter to select the window (like a normal alt tab), and select the option automatically when I release the Alt(Mod1) key.
Is there a way?

best regards

Last edited by guisacouto (2010-10-09 17:10:13)

Offline

Board footer

Powered by FluxBB