From: Oleg Broytman Date: Tue, 1 Sep 2015 12:50:28 +0000 (+0300) Subject: .fvwmrc: push big terms to the bottom of the screen X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=0057a7c8abdcf495706147624da8210239657401 .fvwmrc: push big terms to the bottom of the screen --- diff --git a/.fvwm/phd.m4 b/.fvwm/phd.m4 index 3fa5982..2007ff0 100644 --- a/.fvwm/phd.m4 +++ b/.fvwm/phd.m4 @@ -79,7 +79,7 @@ define(`TERM_GEOM_BOTRT', TERM_GEOM`-0-0') define(`TERM_GEOM_BIG', ifelse(eval(WIDTH < 1024), 1, `96x30', - eval(WIDTH < 1920), 1, `112x32', `126x35')) + eval(WIDTH < 1920), 1, `112x32+2-0', `126x35')) define(`TERM', `urxvt')