From 51a21f7e98f40a6943103ca70ee1f4a71ccf8941 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 8 Apr 2014 19:08:14 +0200 Subject: Adding first try of lightdm display setup script with autorandr --- bin/lightdm-display-setup | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bin/lightdm-display-setup (limited to 'bin/lightdm-display-setup') diff --git a/bin/lightdm-display-setup b/bin/lightdm-display-setup new file mode 100755 index 0000000..94ce0a5 --- /dev/null +++ b/bin/lightdm-display-setup @@ -0,0 +1,4 @@ +#!/bin/bash +# Script to run as lightdm "display-setup-script" + +runuser -l dave -c 'autorandr -c' -- cgit v1.2.3-54-g00ecf