GitHunt

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 &)")

Languages

Shell100.0%

Contributors

BSD 2-Clause "Simplified" License
Created January 20, 2024
Updated October 29, 2024
theOSPF/xrandr-strapping | GitHunt