]> git.phdru.name Git - dotfiles.git/commitdiff
.fvwmrc: push big terms to the bottom of the screen
authorOleg Broytman <phd@phdru.name>
Tue, 1 Sep 2015 12:50:28 +0000 (15:50 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 1 Sep 2015 12:50:28 +0000 (15:50 +0300)
.fvwm/phd.m4

index 3fa5982a1d13374e21f4174ff4aedacd3e0830c8..2007ff0613f21baf48a17c19fe6c493011cdfc6e 100644 (file)
@@ -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')