Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theospf/xrandr-strapping

Strapping above xrandr
https://github.com/theospf/xrandr-strapping

archlinux awesomewm command-line-tool lightweight linux x11 xrandr

Last synced: 4 months ago
JSON representation

Strapping above xrandr

Awesome Lists containing this project

README

        

![alt text](https://github.com/theOSPF/xrandr-strapping/blob/master/assets/xrandrs.png "Logo Title 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](https://en.wikipedia.org/wiki/RandR "wikipedia:RandR") (_Resize and Rotate_) [X Window System](https://en.wikipedia.org/wiki/X_Window_System "wikipedia:X Window System") extension).

![alt text](https://github.com/theOSPF/xrandr-strapping/blob/master/assets/xrandrs.gif "Gif file")

## Installation

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