I am using Fvwm 1.24. Is it possible to use variables in the .fvwmrc file?
I'd like to create some variables for colors, so I don't have to change the
colors throughout the file. Ex:
COLOR1=black
COLOR2=grey
COLOR3=grey75
HiForeColor $COLOR1
HiBackColor $COLOR3
PagerBackColor $COLOR2
PagerForeColor $COLOR1
*GoodStuffFore $COLOR2
*GoodStuffBack $COLOR2
Popup "Xterms"
Exec "Xterm" exec xterm -bg $COLOR1 -fg #COLOR2
Exec "Xterm" exec xterm -bg $COLOR2 -fg #COLOR1
EndPopup
What I really want, is to have several color sets. Then I could switch
between them. Is there a "read" command for 1.24?
Popup "Fvwm Colors"
Read .fvwm.colors.greys "Greys"
Read .fvwm.colors.browns "Browns"
Read .fvwm.colors.blues "Blues"
EndPopup
...
I remember seeing some info on this in the list, but I haven't been able to
locate in the archive. Any help or ideas would be appreciated.
Thanks,
Kevin
--
_______________________________________________________________
| |
| Kevin Werner mailto:kwerner_at_holli.com |
| Kokomo, IN http://www.holli.com/~kwerner |
| http://www.holli.com/~xeno |
|_______________________________________________________________|
--
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 Apr 01 1996 - 22:55:59 BST