On Thu, Jan 12, 2017 at 02:21:06PM +0000 I heard the voice of Richmond, and lo! it spake thus: > > Ah, well, since you asked. :)
Absolutely. I mean, in 40 or 50 years I might run out of things already on my list to do, and I might not find anything else to add along the way. You wouldn't want me to get bored, would you? ;p > I haven't been able to get these lines to work: > > #"Tab" = m : root|window|frame|title : f.function "winup" > #"Tab" = meta : all : f.warpring "next" > #"Tab" = m4 : all : f.warpring "next" > #"Tab" = m4 | s: all : f.warpring "prev" > > I am not sure if they should work, but the first was working with twm I > think. (presumably not commented out when you're expecting them to work) I don't see anything obviously wrong about them. You don't include the Function definition for winup; a little googling shows it up in a number of example configs (where it includes nothing but a single call to another warpring-related func, so I guess it's just a pure alias?). It is a little odd having two bindings for meta-Tab with overlapping contexts; I'd presume that would cause one or the other to hit though, not everything to silently pass. You might check with xev or something to see if the keysyms and modifiers you're getting from your keyboard are actually what you expect. Maybe somebody else who uses warping stuff can see something right off... > Also, the "Occupy All" option does not work when applied to the Icon > Manager. That would be expected; there are separate Icon Managers (you can have multiple, after all) created in each workspace anyway, so it's not meaningful to mess with their occupation. Just like there's only one workspace manager; you can't mess with its occupation either. -- Matthew Fuller (MF4839) | [email protected] Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.
