From: Oleg Broytman Date: Sun, 2 Oct 2022 13:34:49 +0000 (+0300) Subject: .fvwmrc: Increase big terminal size X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=977c52660aad856c3d4d98642f9ef6e384fbdf0b .fvwmrc: Increase big terminal size --- diff --git a/.fvwm/main.m4 b/.fvwm/main.m4 index e703dae..a74c7e3 100644 --- a/.fvwm/main.m4 +++ b/.fvwm/main.m4 @@ -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')