First Commit
This commit is contained in:
6
etc/sddm.conf.d/10-wayland.conf
Normal file
6
etc/sddm.conf.d/10-wayland.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
[General]
|
||||
DisplayServer=wayland
|
||||
GreeterEnvironment=QT_WAYLAND_SHELL_INTEGRATION=layer-shell
|
||||
|
||||
[Wayland]
|
||||
CompositorCommand=kwin_wayland --drm --no-lockscreen --no-global-shortcuts --locale1
|
||||
15
etc/sddm.conf.d/kde_settings.conf
Normal file
15
etc/sddm.conf.d/kde_settings.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
[Autologin]
|
||||
Relogin=false
|
||||
Session=plasma
|
||||
User=
|
||||
|
||||
[General]
|
||||
HaltCommand=
|
||||
RebootCommand=
|
||||
|
||||
[Theme]
|
||||
Current=breeze
|
||||
|
||||
[Users]
|
||||
MaximumUid=60000
|
||||
MinimumUid=1000
|
||||
9
etc/xdg/autostart/xdg-user-dirs-kde.desktop
Normal file
9
etc/xdg/autostart/xdg-user-dirs-kde.desktop
Normal file
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=User folders update
|
||||
TryExec=xdg-user-dirs-update
|
||||
Exec=xdg-user-dirs-update
|
||||
StartupNotify=false
|
||||
NoDisplay=true
|
||||
|
||||
X-KDE-autostart-phase=1
|
||||
7
etc/xdg/plasma-workspace/env/env.sh
vendored
Normal file
7
etc/xdg/plasma-workspace/env/env.sh
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
## from http://standards.freedesktop.org/menu-spec/latest/
|
||||
|
||||
# XDG_CONFIG_DIRS
|
||||
if [ -z "${XDG_CONFIG_DIRS}" ] ; then
|
||||
XDG_CONFIG_DIRS=/etc/xdg:/usr/share/desktop-base/kf5-settings
|
||||
export XDG_CONFIG_DIRS
|
||||
fi
|
||||
Reference in New Issue
Block a user