spiri-sdk/xstartup
Alex Davies 4652368c8d Added service to populate user home from /etc/skel/, this will also
allow us to update user home files as time goes on, but won't overwrite
files the user has modified.
2024-01-23 15:06:29 -04:00

6 lines
102 B
Bash

#!/bin/sh
export QT_X11_NO_MITSHM=1
#Set up the users home folder
xdg-user-dirs-update
exec startlxqt