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

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

Awesome Lists containing this project

README

          

# Ugly switcher DELL source

![](_repo/tray.png)
![](_repo/notif.png)

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
```