https://github.com/toxblh/dell-switcher-linux
Ugly switcher DELL source
https://github.com/toxblh/dell-switcher-linux
Last synced: about 1 month ago
JSON representation
Ugly switcher DELL source
- Host: GitHub
- URL: https://github.com/toxblh/dell-switcher-linux
- Owner: Toxblh
- License: mit
- Created: 2022-03-25T01:35:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T01:28:46.000Z (over 2 years ago)
- Last Synced: 2025-01-07T09:36:17.156Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ugly switcher DELL source


Able to switch to Type-C from DP/HDMI via Alt+s or tray menu
Required installed `ddcutil` and `notify-send`
`ddcutil` should be granted work without root access.
```bash
sudo modprobe i2c-dev
sudo groupadd ddc
sudo usermod -aG ddc $USER
```
```bash
git clone https://github.com/Toxblh/dell-switcher-linux
cd dell-switcher-linux
cargo run
# or
cargo build --release
./target/release/dell-switcher-linux
```