Skip to content

deresmos/xrandr-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xrandr-manager

PyPI License: MIT

About

Manage display on Linux.

Require

  • xrandr (pacman -S xorg-xrandr)

Installation

  pip install xrandr-manager

Usage

  • Set all display.
xrandr-manager
  • Set mirror display.
xrandr-manager --mirror
  • Only main display.
xrandr-manager --off
  • Select main display from prompt.
xrandr-manager --prompt
  • Show help.
xrandr-manager --help