Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/theospf/xrandr-strapping
- Owner: theOSPF
- License: bsd-2-clause
- Created: 2024-01-20T22:51:16.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-24T11:53:35.000Z (12 months ago)
- Last Synced: 2024-10-10T02:43:22.217Z (4 months ago)
- Topics: archlinux, awesomewm, command-line-tool, lightweight, linux, x11, xrandr
- Language: Shell
- Homepage:
- Size: 724 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
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 &)")
`