Skip to content

Rofi script for DDC/CI monitor input selection

Notifications You must be signed in to change notification settings

grimsteel/rofi-ddc-inputs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

rofi-ddc-inputs

Rofi script that uses ddcutil to show an input source menu for all connected monitors. This lets you change the input source of any connected monitor without actually touching said monitor.

Setup

Copy monitor-input.sh to ~/.config/rofi/scripts.

Inside the script, edit the DDC_I2C_BUSES variable to contain the i2c bus addresses of your monitors.

Run this to find out what those are:

ddcutil detect -t | grep -o "i2c-[0-9]$" | grep -o "[0-9]$" | sort | uniq

Usage

rofi -show monitor-input

Monitor Selection

monitor selection screenshot

Input Selection

input selection screenshots

About

Rofi script for DDC/CI monitor input selection

Topics

Resources

Stars

Watchers

Forks

Languages