From: Oleg Broytman Date: Sun, 8 Mar 2015 18:14:46 +0000 (+0300) Subject: .fvwmrc: change quoting X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=bac416f877333354e1ef0fb0f88aeda92f634a9b .fvwmrc: change quoting --- 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