Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Center terminal on screen?
- X-seq: zsh-users 24124
- From: johnywhy@xxxxxxxxx
- To: zsh-users@xxxxxxx
- Subject: Center terminal on screen?
- Date: Sat, 03 Aug 2019 16:23:32 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:subject:to:message-id:mime-version; bh=whE1m0LPsVwVoS+y15GlaW2BpOAAgw42a2fb/haHqSc=; b=OpOTYxG4dFaD1C31xnD+HeVI9+RPXrtzN6g/nSBJVakTK0ClMwp1qBNQy4ngthkO+i l9BBi5VoJYXGPlU76IJUeJzIAo2krlBtv0i2abO0m8tz0JZAXf3tzEeCKcHdmqUqKxmO iTRqM1alkDQaqL1NBCh964vG4KuI0PT3ksqTKHRWBE6Go9+t6CaKZbzesZP/qQBsBgDL tLnAJY2CGa0y6/RlRK0y5efmZ8IEgGnEG8GI8rWCETuYgnEnUKTvPsmLIqo/ZYHBxMtC LuV2ZHNP2vfqGBlUIMZ5MjDNsFBJ45vY/S87rZkzyKGk8DFYn9Q5PtMig1vJQNz1n1l3 Me1A==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
hi,
is there a command to center the terminal window on the screen? On arch
linux / xfce, with zsh.
This tip offers an escape sequence for positioning the window on
upper-left, but changing the values has no effect.
printf '\e[3;0;0t'
<https://apple.stackexchange.com/questions/33736/can-a-terminal-window-be-resized-with-a-terminal-command/47841#47841>
Thx!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author