1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-09 23:34:14 +01:00

added Font Configuration

updated some outdated default config files
This commit is contained in:
kojima
2004-10-13 23:39:29 +00:00
parent 3088277b1e
commit 3ed1d3e25c
13 changed files with 758 additions and 37 deletions

View File

@@ -1,8 +1,6 @@
{
SystemFont = "-*-helvetica-medium-r-normal-*-%d-*-*-*-*-*-*-*,-*-*-medium-r-normal-*-%d-*,-*-*-medium-r-normal-*-*-*";
BoldSystemFont = "-*-helvetica-bold-r-normal-*-%d-*-*-*-*-*-*-*,-*-*-bold-r-normal-*-%d-*,-*-*-medium-r-normal-*-*-*";
AntialiasedSystemFont = "-*-trebuchet ms-medium-r-normal-*-%d-*-*-*-*-*-*-*";
AntialiasedBoldSystemFont = "-*-trebuchet ms-bold-r-normal-*-%d-*-*-*-*-*-*-*";
SystemFont = "sans:slant=0:weight=100";
BoldSystemFont = "sans:slant=0:weight=200";
DefaultFontSize = 12;
AntialiasedText = No;
MultiByteText = AUTO;

View File

@@ -105,13 +105,13 @@
ConstrainWindowSize = NO;
ClipRaiseLowerKey = None;
TitleJustify = center;
WindowTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*,-*-*-medium-r-normal-*-14-*,-*-*-medium-r-normal-*-*-*";
MenuTitleFont = "-*-helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*,-*-*-medium-r-normal-*-14-*,-*-*-medium-r-normal-*-*-*";
MenuTextFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*,-*-*-medium-r-normal-*-14-*,-*-*-medium-r-normal-*-*-*";
IconTitleFont = "-*-helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*,-*-*-medium-r-normal-*-12-*,-*-*-medium-r-normal-*-*-*";
ClipTitleFont = "-*-helvetica-bold-r-normal-*-10-*-*-*-*-*-*-*,-*-*-medium-r-normal-*-12-*,-*-*-medium-r-normal-*-*-*";
DisplayFont = "-*-helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*,-*-*-medium-r-normal-*-14-*,-*-*-medium-r-normal-*-*-*";
LargeDisplayFont = "-*-helvetica-medium-r-*-*-24-*-*-*-*-*-*-*,-*-*-medium-r-*--24-*-*-*-*-*-*-*,-*-*-medium-r-normal-*-*-*";
WindowTitleFont = "sans:slant=0:weight=200:pixelsize=12";
MenuTitleFont = "sans:slant=0:weight=200:pixelsize=12";
MenuTextFont = "sans:slant=0:weight=100:pixelsize=12";
IconTitleFont = "sans:slant=0:weight=100:pixelsize=8";
ClipTitleFont = "sans:slant=0:weight=200:pixelsize=10";
DisplayFont = "sans:slant=0:weight=100:pixelsize=10";
LargeDisplayFont = "sans:slant=0:weight=200:pixelsize=24";
HighlightColor = white;
HighlightTextColor = black;
ClipTitleColor = black;

View File

@@ -177,8 +177,6 @@
"Arrange Icons" ARRANGE_ICONS
"Refresh" REFRESH
"Lock" EXEC xlock -allowroot -usefirst
"Save Session" SAVE_SESSION
"Clear Session" CLEAR_SESSION
"Commands" END
"Appearance" MENU
@@ -213,14 +211,14 @@
"Preferences Utility" EXEC /usr/local/GNUstep/Apps/WPrefs.app/WPrefs
"Appearance" END
"Exit" MENU
"Session" MENU
"Save Session" SAVE_SESSION
"Clear Session" CLEAR_SESSION
"Restart Window Maker" RESTART
"Start BlackBox" RESTART blackbox
"Start IceWM" RESTART icewm
"Exit" EXIT
"Exit" END
"Session" END
"Applications" END

View File

@@ -62,9 +62,7 @@
("Show All", SHOW_ALL),
("Arrange Icons", ARRANGE_ICONS),
("Refresh", REFRESH),
("Lock", EXEC, "xlock -allowroot -usefirst"),
("Save Session", SAVE_SESSION),
("Clear Session", CLEAR_SESSION)
("Lock", EXEC, "xlock -allowroot -usefirst")
),
("Appearance",
("Themes", OPEN_MENU, "-noext #wmdatadir#/Themes $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle"),
@@ -97,7 +95,7 @@
("Save IconSet", SHEXEC, "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\""),
("Preferences Utility", EXEC, "/usr/local/GNUstep/Apps/WPrefs.app/WPrefs")
),
("Exit",
("Session",
("Save Session", SAVE_SESSION),
("Clear Session", CLEAR_SESSION),
("Restart Window Maker", RESTART),