# HG changeset patch # User Oleksandr Gavenko # Date 1388768661 -7200 # Node ID a7c2eb716b0dd862d3fdc836f49abf44c8cc9f83 # Parent 150f8ea276b5d0572155382791b1696994c44412 Set default font. Make title more narrow. diff -r 150f8ea276b5 -r a7c2eb716b0d .fvwm/config --- a/.fvwm/config Fri Jan 03 00:48:06 2014 +0200 +++ b/.fvwm/config Fri Jan 03 19:04:21 2014 +0200 @@ -78,9 +78,10 @@ ################################################################ # Set aliases to common values. -m4_define(`m4_MONOFONT', `-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1')m4_dnl +m4_define(`m4_MONOFONT', `-misc-fixed-medium-r-semicondensed-*-13-120-*-*-*-*-iso10646-1')m4_dnl +m4_define(`m4_BIGMONOFONT', `-misc-fixed-medium-r-*-*-18-*-*-*-*-*-iso10646-1')m4_dnl # As args expected class name. -m4_define(`m4_XTERM_MC',`xterm -name $1 -fn "'m4_MONOFONT`" -geometry 136x42 -e bash -i -c "mc -x"')m4_dnl +m4_define(`m4_XTERM_MC',`xterm -name $1 -fn "'m4_BIGMONOFONT`" -geometry 136x42 -e bash -i -c "mc -x"')m4_dnl ################################################################ # Startup functions. @@ -139,6 +140,9 @@ # Available: Fvwm, Mwm, Win. MenuStyle "*" Mwm +DefaultFont m4_MONOFONT +MenuStyle * Font m4_MONOFONT + ################################################################ # Windows moving and resizing behaviour. @@ -183,7 +187,7 @@ DestroyDecor MyDecor AddToDecor MyDecor -+ TitleStyle LeftJustified Height 18 ++ TitleStyle LeftJustified Height 16 + ButtonStyle 1 ActiveUp Vector 4 30x30@3 60x60@3 60x30@4 30x60@3 -- Flat + ButtonStyle 1 ActiveDown Vector 4 30x30@1 60x60@1 60x30@4 30x60@1 -- Flat + ButtonStyle 1 Inactive Vector 4 30x30@3 60x60@3 60x30@4 30x60@3 -- Flat