Martin Cartwright writes:
> I was wondering if it is possible to define a function that will
> de-iconify/raise/focus a specific window, so that I can assign it to a
> spare key.
I use the following:
AddToFunc Warp I Next [$0] Iconify -1
+ I Next [$0] Focus
Key d A 3 Warp xdvi
Key g A 3 Warp ghostview
This makes use of Next's ability to match a window name against the
window's name, class and resource when figuring out which window the
command should apply to.
- Håvard Fosseng
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Mon Jul 28 1997 - 09:40:34 BST