diff options
Diffstat (limited to 'bin/lightdm-display-setup')
-rwxr-xr-x | bin/lightdm-display-setup | 4 |
1 files changed, 4 insertions, 0 deletions
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' |