Created
June 3, 2017 21:49
-
-
Save lazypower/5f36375244839319ee9c1a2954daf81d to your computer and use it in GitHub Desktop.
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/udev/rules.d/98-monitor-hotplug.rule | |
KERNEL=="card0", SUBSYSTEM=="drm", ACTION=="change", | |
ENV{DISPLAY}=":0", ENV{XAUTHORITY}="/home/charles/.Xauthority", | |
RUN+="/bin/bash /home/charles/monitor-hotplug.sh" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment