From 6bdb12f4882253dda5e1ef38db6dcc3d2a3463aa Mon Sep 17 00:00:00 2001 From: Mandus Elfving Date: Wed, 10 Apr 2013 20:06:03 +0200 Subject: [PATCH] Add a udev rules file for calling autorandr on monitor switch --- udev/40-monitor-hotplug.rules | 1 + 1 file changed, 1 insertion(+) create mode 100644 udev/40-monitor-hotplug.rules diff --git a/udev/40-monitor-hotplug.rules b/udev/40-monitor-hotplug.rules new file mode 100644 index 0000000..4c48ffb --- /dev/null +++ b/udev/40-monitor-hotplug.rules @@ -0,0 +1 @@ +ACTION=="change", SUBSYSTEM=="drm", RUN+="/etc/pm/sleep.d/40autorandr thaw" -- 2.39.2