]> git.phdru.name Git - dotfiles.git/commitdiff
.fvwmrc: Increase big terminal size
authorOleg Broytman <phd@phdru.name>
Sun, 2 Oct 2022 13:34:49 +0000 (16:34 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 2 Oct 2022 13:34:49 +0000 (16:34 +0300)
.fvwm/main.m4

index e703dae77c3c9cfce942190ea05dd1811ec4e6cb..a74c7e3094df7e4fd6ddc3e3304a6ebade662b18 100644 (file)
@@ -67,7 +67,7 @@ define(`TERM_GEOM_BOTRT', TERM_GEOM`-0-0')
 
 define(`TERM_GEOM_BIG',
 ifelse(eval(WIDTH < 1024), 1, `96x30',
-       eval(WIDTH < 1920), 1, `112x32+2-0', `119x32+1-0'))
+       eval(WIDTH < 1920), 1, `112x32+2-0', `127x32+1-0'))
 
 
 define(`TERM', `urxvt')