diff options
| author | 2015-05-13 14:58:17 -0400 | |
|---|---|---|
| committer | 2015-05-13 14:58:17 -0400 | |
| commit | 3f33d458be0bf0ef1c6f9a3001106f9d6ff30e5b (patch) | |
| tree | fbc356fb12cabd4a1f1b86de90b43ef271e055f2 /usr | |
Initial commitvivid
Diffstat (limited to 'usr')
| -rw-r--r-- | usr/share/lightdm/lightdm.conf.d/50-noguest.conf | 2 | ||||
| -rw-r--r-- | usr/share/lightdm/lightdm.conf.d/60-openbox.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/usr/share/lightdm/lightdm.conf.d/50-noguest.conf b/usr/share/lightdm/lightdm.conf.d/50-noguest.conf new file mode 100644 index 0000000..a0883f4 --- /dev/null +++ b/usr/share/lightdm/lightdm.conf.d/50-noguest.conf @@ -0,0 +1,2 @@ +[SeatDefaults] +allow-guest=false diff --git a/usr/share/lightdm/lightdm.conf.d/60-openbox.conf b/usr/share/lightdm/lightdm.conf.d/60-openbox.conf new file mode 100644 index 0000000..a0e380d --- /dev/null +++ b/usr/share/lightdm/lightdm.conf.d/60-openbox.conf @@ -0,0 +1,2 @@ +[SeatDefaults] +user-session=openbox |
