You are not logged in.
Pages: 1


I'm using Debian/Xfce, resizing the terminal window leaves gaps as it follows the character size, same goes for xterm.
For instance dwm allows you to disable the resizehints variable to resize all windows freely.
I have not found such alternative in this window manager.
Last edited by P2erut (2025-11-30 14:18:43)
Offline


Hello and welcome.
See: https://gitlab.xfce.org/apps/xfce4-terminal/-/issues/83. Its an open enhancement request but there is a script there that can be adapted as a workaround as well as info about vte padding.
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline


Hello and welcome.
See: https://gitlab.xfce.org/apps/xfce4-terminal/-/issues/83. Its an open enhancement request but there is a script there that can be adapted as a workaround as well as info about vte padding.
Thanks, ended up using the script in .bashrc :
if [ "xfce4-terminal" ]
then
xprop -id $WINDOWID -remove WM_NORMAL_HINTS
fiOffline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 540.58 KiB (Peak: 545.16 KiB) ]