diff options
author | David Runge <david.runge@frqrec.com> | 2014-04-08 19:08:14 +0200 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-04-08 19:08:14 +0200 |
commit | 51a21f7e98f40a6943103ca70ee1f4a71ccf8941 (patch) | |
tree | 4ef30db89ba9e4626313b91a742724ae1c78839a | |
parent | 93ab8f810452ee45ec8fc76e308ddc03cae6607c (diff) | |
download | dotfiles-51a21f7e98f40a6943103ca70ee1f4a71ccf8941.tar.gz dotfiles-51a21f7e98f40a6943103ca70ee1f4a71ccf8941.tar.bz2 dotfiles-51a21f7e98f40a6943103ca70ee1f4a71ccf8941.tar.xz dotfiles-51a21f7e98f40a6943103ca70ee1f4a71ccf8941.zip |
Adding first try of lightdm display setup script with autorandr
-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' |