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

https://github.com/ldrahnik/display-orientation-mode-switcher-driver

Linux configurable driver for laptops which detects display orientation change and allows customize each via additional shell scripts.
https://github.com/ldrahnik/display-orientation-mode-switcher-driver

display-rotation iio-sensor-proxy inotify-tools inotifywait linux mode monitor-sensor shell systemctl

Last synced: about 2 months ago
JSON representation

Linux configurable driver for laptops which detects display orientation change and allows customize each via additional shell scripts.

Awesome Lists containing this project

README

          

# Display orientation mode switcher driver

[![License: GPL v2](https://img.shields.io/badge/License-GPLv2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
![Maintainer](https://img.shields.io/badge/maintainer-ldrahnik-blue)

If you find this project useful, do not forget to give it a [![GitHub stars](https://img.shields.io/github/stars/ldrahnik/display-orientation-mode-switcher-driver.svg?style=social&label=Star&maxAge=2592000)](https://github.com/ldrahnik/display-orientation-mode-switcher/stargazers) People already did!

## Installation

Install latest dev version using `git`

```bash
git clone https://github.com/ldrahnik/display-orientation-mode-switcher-driver
cd display-orientation-mode-switcher-driver
sudo bash ./install.sh
```

## Uninstallation

And to uninstall, just run:

```bash
sudo ./uninstall.sh
```
## Customization

- Bottom-up `conf/bottom_up.sh`
- Top-left `conf/top_left.sh`
- Top-right `conf/top_right.sh`
- Normal `conf/normal.sh`

## Existing similar projects

- [bash] https://gist.github.com/ACamposPT/6794aa02a6e5e341f123d447b3645b93 **This project is based on**

**Why was this project created?** Easy installation/uninstallation.