Created
May 21, 2025 17:17
-
-
Save relalis/e9f95d9323c2f95576dbd009e58dc625 to your computer and use it in GitHub Desktop.
HP Envy k151 HDMI-In switch
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
| # /etc/systemd/system/hdmi-toggle.service | |
| [Unit] | |
| Description=HDMI Button Watcher | |
| [Service] | |
| ExecStart=/usr/local/bin/k151_watch_hdmi_button.py | |
| Restart=always | |
| [Install] | |
| WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment