summaryrefslogtreecommitdiffstats
path: root/.xprofile
diff options
context:
space:
mode:
authorDennis Lee <dennis@dennislee.xyz>2020-04-04 13:00:08 -0700
committerDennis Lee <dennis@dennislee.xyz>2020-04-04 13:00:08 -0700
commita29eaec506a7ce9e42d64a3ec1d17690387def30 (patch)
tree17c939a9991773af7ab91325125e47f001613e22 /.xprofile
parent82cf021b78d235ca98df61d4ce55d4c0969c2e5f (diff)
downloadeibhear-a29eaec506a7ce9e42d64a3ec1d17690387def30.tar.gz
eibhear-a29eaec506a7ce9e42d64a3ec1d17690387def30.tar.zst
eibhear-a29eaec506a7ce9e42d64a3ec1d17690387def30.zip
substitute ~/.config with $XDG_CONFIG_HOME
Diffstat (limited to '.xprofile')
-rw-r--r--.xprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.xprofile b/.xprofile
index 677eff1..853aa58 100644
--- a/.xprofile
+++ b/.xprofile
@@ -10,7 +10,7 @@ dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XA
mpd & # music player daemon-you might prefer it as a service though
remaps & # run the remaps script, switching caps/esc and more; check it for more info
setbg & # set the background with the `setbg` script
-#xrdb ~/.config/Xresources & # Uncomment to use Xresources colors/settings on startup
+#xrdb $XDG_CONFIG_HOME/Xresources & # Uncomment to use Xresources colors/settings on startup
xcompmgr & # xcompmgr for transparency
$STATUSBAR & # start the statusbar
dunst & # dunst for notifications