From bac416f877333354e1ef0fb0f88aeda92f634a9b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 8 Mar 2015 21:14:46 +0300 Subject: [PATCH] .fvwmrc: change quoting --- .fvwm/phd.m4 | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.fvwm/phd.m4 b/.fvwm/phd.m4 index 458c03f..609d222 100644 --- a/.fvwm/phd.m4 +++ b/.fvwm/phd.m4 @@ -33,19 +33,16 @@ define(`LARGE_FONT', `xft:Sans:size=18') 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 -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 -- 2.39.2