summaryrefslogtreecommitdiff
path: root/autostart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autostart.sh')
-rwxr-xr-xautostart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autostart.sh b/autostart.sh
index 311953f..3616220 100755
--- a/autostart.sh
+++ b/autostart.sh
@@ -25,7 +25,7 @@ if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then
import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid'
import-gsettings icon-theme 'Mint-X-Grey'
import-gsettings cursor-theme 'Adwaita'
- xrdb ~/.Xresources
+ xrdb "$XDG_CONFIG_HOME/X11/xresources"
fi
[ -x "$XDG_CONFIG_HOME/computerrc.sh" ] && "$XDG_CONFIG_HOME/computerrc.sh"