Skip to content

theOSPF/xrandr-strapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Description

Xrandrs is ultimate lightweight command-line tool (strapping) writed on bash, designed for configuration management via xrandr (official configuration utility to the RandR (Resize and RotateX Window System extension).

alt text

Installation

sudo wget -O /usr/bin/xrandrs https://github.com/theOSPF/xrandr-strapping/blob/master/xrandr_home.sh; sudo chmod +x /usr/bin/xrandrs

Autostart

Awesome

To autostart xrandrs in awesome add this line to end of rc.lua file.

os.execute("pgrep -u $USER -x xrandrs || (xrandrs &)")