I have a problem trying to add an application switcher...
The FAQ (http://awesome.naquadah.org/wiki/FAQ) said:
 awful.key({ "Mod1" }, "Escape", function ()
     -- If you want to always position the menu on the same place set
coordinates
     awful.menu.menu_keys.down = { "Down", "Alt_L" }
     awful.menu:clients({theme = { width = 250 }}, { keygrabber=true,
coords={x=525, y=330} })
 end),
It's working for me... But after escape, the next time duplicate the apps
showed... Finally my XWindow session it's closed...
A similar experience? Some help?

Reply via email to