]> git.pld-linux.org Git - packages/WindowMaker.git/blob - WindowMaker-xterm-dock.patch
- don't disable xft configuration in WPrefs
[packages/WindowMaker.git] / WindowMaker-xterm-dock.patch
1 --- WindowMaker-CVS-20040321/WindowMaker/Defaults/WMWindowAttributes.in~        2004-02-08 06:01:02.000000000 +0100
2 +++ WindowMaker-CVS-20040321/WindowMaker/Defaults/WMWindowAttributes.in 2004-04-19 14:17:35.922181752 +0200
3 @@ -7,8 +7,10 @@
4    WSoundServer = {Icon = sound.#extension#;};
5    panel.Panel = {NoAppIcon = YES;};
6    gmc.Gmc = {NoAppIcon = YES;};
7 -  XTerm = {Icon = Terminal.#extension#;};
8 -  NXTerm = {Icon = Terminal.#extension#;};
9 +  XTerm = {Icon = Terminal.#extension#;NoAppIcon = YES;};
10 +  NXTerm = {Icon = Terminal.#extension#;NoAppIcon = YES;};
11 +  rxvt = {Icon = Terminal.#extension#;NoAppIcon = YES;};
12 +  aterm = {Icon = Terminal.#extension#;NoAppIcon = YES;};
13    ScilabGraphic0.Xscilab = {KeepInsideScreen=YES;};
14    ScilabGraphic1.Xscilab = {KeepInsideScreen=YES;};
15    ScilabGraphic2.Xscilab = {KeepInsideScreen=YES;};
This page took 0.024734 seconds and 3 git commands to generate.