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 a5addc4 commit 5533f47Copy full SHA for 5533f47
1 file changed
root/etc/s6-overlay/s6-rc.d/svc-xsettingsd/run
@@ -1,5 +1,10 @@
1
#!/usr/bin/with-contenv bash
2
3
+# bail early on xfce based systems
4
+if which xfce4-session > /dev/null 2>&1; then
5
+ sleep infinity
6
+fi
7
+
8
# create default xsettings
9
if [ ! -f "${HOME}/.xsettingsd" ]; then
10
echo "Xft/DPI 98304" > "${HOME}/.xsettingsd"
0 commit comments