Skip to content

A command-line tool to resize the server's screen inside a running VNC session.

License

Notifications You must be signed in to change notification settings

cfriesicke/vncresize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

vncresize

A command-line tool to resize the server's screen inside a running VNC session.

Example usage: vncresize 2400x800

Dependencies

  • Python 3.6
  • xrandr (command-line binary should be installed and in your $PATH)

The dependency on Python 3.6 is mainly due to the convenient use of format f-strings. However, the code is not complex; if necessary, it should be possible to support lower Python versions as well.

Installation

  • Clone the Git repository, and move vncresize to a directory in your $PATH
  • Ensure that it is executable: chmod 755 vncresize

About

A command-line tool to resize the server's screen inside a running VNC session.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages