First Commit

This commit is contained in:
2025-11-17 07:17:06 -07:00
parent b5f1e52480
commit bea5bc7fb1
11 changed files with 83 additions and 0 deletions

View 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

View File

@@ -0,0 +1,15 @@
[Autologin]
Relogin=false
Session=plasma
User=
[General]
HaltCommand=
RebootCommand=
[Theme]
Current=breeze
[Users]
MaximumUid=60000
MinimumUid=1000

View 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
View 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