]> git.phdru.name Git - dotfiles.git/commitdiff
.fvwmrc: change quoting
authorOleg Broytman <phd@phdru.name>
Sun, 8 Mar 2015 18:14:46 +0000 (21:14 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 8 Mar 2015 18:14:46 +0000 (21:14 +0300)
.fvwm/phd.m4

index 458c03f5e93ffae6ea7fb41132c85a6483e2e8ea..609d22216ed9cc1361d819aab80a80fb823505ff 100644 (file)
@@ -33,19 +33,16 @@ define(`LARGE_FONT', `xft:Sans:size=18')
 define(`HUGE_FONT', `xft:Sans:size=20')
 
 dnl Bold TT fonts
 define(`HUGE_FONT', `xft:Sans:size=20')
 
 dnl Bold TT fonts
-define(`SMALL_BOLD_FONT', `SMALL_FONT:Bold')
-define(`MEDIUM_BOLD_FONT', `MEDIUM_FONT:Bold')
-define(`BIG_BOLD_FONT', `BIG_FONT:Bold')
+define(`SMALL_BOLD_FONT', SMALL_FONT`:Bold')
+define(`MEDIUM_BOLD_FONT', MEDIUM_FONT`:Bold')
+define(`BIG_BOLD_FONT', BIG_FONT`:Bold')
 
 
+define(`TITLE_FONT', MEDIUM_FONT)
+define(`ICON_FONT', LARGE_FONT)
 
 dnl Font and geometry aliases that depend on whether the screen resolution is
 dnl 800x600, 1024x768 or 1920x1200
 
 
 dnl Font and geometry aliases that depend on whether the screen resolution is
 dnl 800x600, 1024x768 or 1920x1200
 
-define(`TITLE_FONT', `MEDIUM_FONT')
-
-define(`ICON_FONT', `LARGE_FONT')
-
-
 define(`PAGER_GEOM',
 ifelse(eval(WIDTH < 1024), 1, `365x100+0+0',dnl
 ifelse(eval(WIDTH < 1920), 1, `365x100+0+0', `600x160+0+0'dnl
 define(`PAGER_GEOM',
 ifelse(eval(WIDTH < 1024), 1, `365x100+0+0',dnl
 ifelse(eval(WIDTH < 1920), 1, `365x100+0+0', `600x160+0+0'dnl