Last active
February 20, 2026 02:15
-
-
Save george124816/fb35b9a55fa9dffa8e4539b689d2b341 to your computer and use it in GitHub Desktop.
Display Switch configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # c/Users/geeor/AppData/Roaming/display-switch | |
| usb_device = "05e3:0610" | |
| on_usb_connect = "Hdmi2" | |
| on_usb_disconnect = "DisplayPort1" | |
| # .config/display-switch/display-switch.ini | |
| usb_device = "05e3:0610" | |
| on_usb_connect = "DisplayPort2" | |
| on_usb_disconnect = "Hdmi1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment