]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blobdiff - autorandr_monitor
Updated Makefile, minor change to inotify monitor
[deb_pkgs/autorandr.git] / autorandr_monitor
index e1e5259051afff364462b25c7aa9fd223377e3f8..245b4ddc10b277541e993cfeb4f65b00f886ac1d 100755 (executable)
@@ -4,8 +4,9 @@ import pyinotify
 from pyinotify import ProcessEvent
 
 SYS_VIDEO_OUTPUTS='/sys/class/drm/card0/'
+SYS_VIDEO_OUTPUTS='/sys/class/drm/'
 
-DEFAULT_PROFILE='mobile'
+DEFAULT_PROFILE='default'
 AUTORANDR_CMD='autorandr --change --default %s' % DEFAULT_PROFILE
 
 class VideoOutputMonitor(ProcessEvent):