summaryrefslogtreecommitdiff
path: root/x11-misc/sddm
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-08-31 21:36:35 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-08-31 21:36:35 +0100
commitcc2d790a4f1dc851456e83658dca9e4ba61bf4b0 (patch)
treeceb556e7519983efce1a940cd7cdbb193fd9f1aa /x11-misc/sddm
parente7d2f3e1cb8920c8a391d9296b35f920ea29062e (diff)
x11-misc/sddm : turn numlock off by default (https://bugs.redcorelinux.org/show_bug.cgi?id=47)
Diffstat (limited to 'x11-misc/sddm')
-rw-r--r--x11-misc/sddm/files/sddm-redcore.conf8
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-misc/sddm/files/sddm-redcore.conf b/x11-misc/sddm/files/sddm-redcore.conf
index 9ea57d6f..fb8a232a 100644
--- a/x11-misc/sddm/files/sddm-redcore.conf
+++ b/x11-misc/sddm/files/sddm-redcore.conf
@@ -8,7 +8,6 @@ Session=
# Username for autologin session
User=
-
[General]
# Halt command
HaltCommand=/sbin/shutdown -h -P now
@@ -19,12 +18,11 @@ InputMethod=
# Initial NumLock state. Can be on, off or none.
# If property is set to none, numlock won't be changed
# NOTE: Currently ignored if autologin is enabled.
-Numlock=on
+Numlock=off
# Reboot command
RebootCommand=/sbin/shutdown -r now
-
[Theme]
# Current theme name
Current=redcore
@@ -47,7 +45,6 @@ FacesDir=/usr/share/sddm/faces
# Theme directory path
ThemeDir=/usr/share/sddm/themes
-
[Users]
# Default $PATH for logged in users
DefaultPath=/bin:/usr/bin:/usr/local/bin
@@ -71,7 +68,6 @@ RememberLastSession=true
# Remember the last successfully logged in user
RememberLastUser=true
-
[Wayland]
# Path to a script to execute when starting the desktop session
SessionCommand=/usr/share/sddm/scripts/wayland-session
@@ -82,7 +78,6 @@ SessionDir=/usr/share/wayland-sessions
# Path to the user session log file
SessionLogFile=.local/share/sddm/wayland-session.log
-
[X11]
# Path to a script to execute when starting the display server
DisplayCommand=/usr/share/sddm/scripts/Xsetup
@@ -117,4 +112,3 @@ XauthPath=/usr/bin/xauth
# Path to Xephyr binary
XephyrPath=/usr/bin/Xephyr
-