summaryrefslogtreecommitdiff
path: root/pcr/sddm-consolekit/sddm.conf
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-03-15 12:26:13 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-03-15 12:26:13 -0500
commitae0d038ea9b267c97bcbb733ee0e443073ad0c6d (patch)
treee8225797063e5aa3ca81485d0abf2c4ae0423504 /pcr/sddm-consolekit/sddm.conf
parente4ac43caace3670051cce0bbf926812a27cc5fb3 (diff)
downloadabslibre-ae0d038ea9b267c97bcbb733ee0e443073ad0c6d.tar.gz
abslibre-ae0d038ea9b267c97bcbb733ee0e443073ad0c6d.tar.bz2
abslibre-ae0d038ea9b267c97bcbb733ee0e443073ad0c6d.zip
remove ck; elogind default
Diffstat (limited to 'pcr/sddm-consolekit/sddm.conf')
-rw-r--r--pcr/sddm-consolekit/sddm.conf105
1 files changed, 0 insertions, 105 deletions
diff --git a/pcr/sddm-consolekit/sddm.conf b/pcr/sddm-consolekit/sddm.conf
deleted file mode 100644
index 78118cf56..000000000
--- a/pcr/sddm-consolekit/sddm.conf
+++ /dev/null
@@ -1,105 +0,0 @@
-[Autologin]
-# Autologin again on session exit
-Relogin=false
-
-# Autologin session
-Session=
-
-# Autologin user
-User=
-
-
-[General]
-# Halt command
-HaltCommand=/usr/bin/shutdown -h -P
-
-# Initial NumLock state
-# Valid values: on|off|none
-# If property is set to none, numlock won't be changed
-Numlock=none
-
-# Reboot command
-RebootCommand=/usr/bin/shutdown -r now
-
-
-[Theme]
-# Current theme name
-Current=breeze
-
-# Cursor theme
-CursorTheme=breeze_cursors
-
-# Face icon directory
-# The files should be in username.face.icon format
-FacesDir=/usr/share/sddm/faces
-
-# Theme directory path
-ThemeDir=/usr/share/sddm/themes
-
-
-[Users]
-# Default $PATH
-DefaultPath=/bin:/usr/bin:/usr/local/bin
-
-# Hidden shells
-# Users with these shells as their default won't be listed
-HideShells=
-
-# Hidden users
-HideUsers=
-
-# Maximum user id for displayed users
-MaximumUid=60000
-
-# Minimum user id for displayed users
-MinimumUid=1000
-
-# Remember the session of the last successfully logged in user
-RememberLastSession=true
-
-# Remember the last successfully logged in user
-RememberLastUser=true
-
-
-[WaylandDisplay]
-# Wayland session script path
-# A script to execute when starting the desktop session
-SessionCommand=/usr/share/sddm/scripts/wayland-session
-
-# Session description directory
-SessionDir=/usr/share/wayland-sessions
-
-
-[XDisplay]
-# Xsetup script path
-# A script to execute when starting the display server
-DisplayCommand=/usr/share/sddm/scripts/Xsetup
-
-# Xstop script path
-# A script to execute when stopping the display server
-DisplayStopCommand=/usr/share/sddm/scripts/Xstop
-
-# Minimum VT
-# The lowest virtual terminal number that will be used.
-MinimumVT=7
-
-# X server arguments
-ServerArguments=-nolisten tcp
-
-# X server path
-ServerPath=/usr/bin/X
-
-# Xsession script path
-# A script to execute when starting the desktop session
-SessionCommand=/usr/share/sddm/scripts/Xsession
-
-# Session description directory
-SessionDir=/usr/share/xsessions
-
-# Xauth path
-XauthPath=/usr/bin/xauth
-
-# Xephyr path
-XephyrPath=/usr/bin/Xephyr
-
-