context menu in WGroupWS
"William Asher" <[email protected]>
| Newsgroups | gmane.comp.window-managers.ion.general |
|---|---|
| Message-ID | <[email protected]> |
I would like to pull up a context menu in the WGroupWS context. I'm
thinking something like
defbindings("WGroupWS", {kpress(META.."W", "mod_menu.menu(??,_sub,
'ctxmenu')"),})
but I don't know what ?? should be. Is there a way to identify the current
WS on the screen?
William