How do I remove the top bar of applications (title-bar), The one bar that usually displays minimize, maximize and close? See attached screenshot:
kpw
Asked:
2020-05-22 07:41:28 +0800 CST
VNC'ing from mac to Ubuntu 20.04 server. Desktop is fine except I cannot resize app windows as they have no 'decorations'.
Is there a way to fix this?
~/.vnc/xstartup
#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80×24+10+10 -ls -title “$VNCDESKTOP Desktop” &
startxfce4 &
Ommadawn
Asked:
2020-02-22 03:34:34 +0800 CST
Prokop Hapala
Asked:
2019-10-06 00:53:58 +0800 CST
Rek
Asked:
2010-11-18 07:38:33 +0800 CST
All I can describe is that the result will be that the entire title bar will always be placed at the bottom of the window.
Is this possible?