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.
- Host: GitHub
- URL: https://github.com/ldrahnik/display-orientation-mode-switcher-driver
- Owner: ldrahnik
- License: gpl-2.0
- Created: 2023-02-11T15:07:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T12:05:45.000Z (over 3 years ago)
- Last Synced: 2026-04-08T17:43:20.884Z (2 months ago)
- Topics: display-rotation, iio-sensor-proxy, inotify-tools, inotifywait, linux, mode, monitor-sensor, shell, systemctl
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Display orientation mode switcher driver
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)

If you find this project useful, do not forget to give it a [](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.