Skip to content

Simple script for splitting a physical monitor into virtual ones.

License

Notifications You must be signed in to change notification settings

nixxxon/virtmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

virtmon

virtmon is a script for splitting a physical monitor into virtual ones.

virtmon

One use case is to make screen sharing better (for the viewer) by splitting a large (ultrawide) monitor into smaller ones that can be shared individually.

Dependencies

Installation

Download the script, make it executable and add it to your $PATH.

wget https://raw.githubusercontent.com/nixxxon/virtmon/master/virtmon -q \
    && chmod +x virtmon \
    && sudo mv virtmon /usr/local/bin/virtmon

Usage

Run virtmon to split the primary monitor into two equal sized virtual monitors.

+-------------+-------------+
|             |             |
|             |             |
|             |             |
|             |             |
+-------------+-------------+

Run virtmon 25,75 to split the primary monitor at 25% and 75% (from the left) resulting in three virtual monitors, 25%, 50% and 25% wide.

+------+-------------+------+
|      |             |      |
|      |             |      |
|      |             |      |
|      |             |      |
+------+-------------+------+

About

Simple script for splitting a physical monitor into virtual ones.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages