From 41edb761814050e4e696a033d156d5d0459a3104 Mon Sep 17 00:00:00 2001 From: Paul Harris Date: Wed, 24 Apr 2013 22:15:19 +0800 Subject: [PATCH] Added a default fallback ("default") for pm-script. --- pm-utils/40autorandr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pm-utils/40autorandr b/pm-utils/40autorandr index f465b06..2e8080a 100755 --- a/pm-utils/40autorandr +++ b/pm-utils/40autorandr @@ -6,7 +6,7 @@ FORM=${0##*40} case $FORM in auto-disper) - AUTORANDR="auto-disper -c" + AUTORANDR="auto-disper -c --default default" ;; *) AUTORANDR="autorandr -c" -- 2.39.5