################################################################################ # Client Options # OpenGL accelerated rendering: #opengl = yes #opengl = no #opengl = gtk, native #opengl = auto opengl = probe # How we handle server authentication requests: #challenge-handlers=none #challenge-handlers=env,file #challenge-handlers=env,file,kerberos,gss,u2f,prompt challenge-handlers=all # Client window title: title = @title@ on @hostinfo@ # Use a header bar with controls: #headerbar = no headerbar = auto # Icon used by the system tray: #tray-icon = /path/to/icon.png # Client ssh command: #ssh = "C:\Program Files\Plink.exe" -ssh -noagent #ssh = /usr/bin/ssh #ssh = ssh -o ControlMaster=no -o ConnectTimeout=20 #ssh = ssh -x #ssh = paramiko ssh = auto # Mouse wheel: #mousewheel=invert #mousewheel=invert-x #mousewheel=invert-y #mousewheel=off #mousewheel=on mousewheel=on # Border: #border=auto:off,5 #border=auto,5 #border=red,1 #border=no # What to do when the user closes the window: # - forward the action to the server: # window-close = forward # window-close = ignore # window-close = disconnect window-close = auto # Desktop Scaling: # - double the size of all windows: #desktop-scaling = 2 # - increase the size by 50%: #desktop-scaling = 1.5 #desktop-scaling = 3/2 # - disable all desktop scaling: #desktop-scaling = off #desktop-scaling = 0 # - enable desktop scaling and automatically select # a scaling value if the client display is large: #desktop-scaling = auto # - enable desktop scaling, but start with no scaling activated: #desktop-scaling = 1 #desktop-scaling = on desktop-scaling = on # Make desktop or shadow ervers show up in fullscreen mode: #desktop-fullscreen = yes desktop-fullscreen = no # Re-connect to the server if the connection to the server is lost: reconnect = yes