We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c2b01 commit 1898697Copy full SHA for 1898697
1 file changed
root/etc/s6-overlay/s6-rc.d/svc-de/run
@@ -62,6 +62,11 @@ s6-setuidgid abc xrandr --newmode "1024x768" 63.50 1024 1072 1176 1328 768 771
62
s6-setuidgid abc xrandr --addmode screen "1024x768"
63
s6-setuidgid abc xrandr --output screen --mode "1024x768" --dpi 96
64
65
+# set xresources
66
+if [ -f "${HOME}/.Xresources" ]; then
67
+ xrdb "${HOME}/.Xresources"
68
+fi
69
+
70
# run
71
cd $HOME
72
exec s6-setuidgid abc \
0 commit comments