From cc2d790a4f1dc851456e83658dca9e4ba61bf4b0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 31 Aug 2017 21:36:35 +0100 Subject: x11-misc/sddm : turn numlock off by default (https://bugs.redcorelinux.org/show_bug.cgi?id=47) --- x11-misc/sddm/files/sddm-redcore.conf | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'x11-misc/sddm/files') 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 - -- cgit v1.2.3