aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-07-27 13:33:35 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-07-27 13:33:35 +1200
commit14c22461546e1fa95077153434edcd29763dd814 (patch)
tree5496eb9950d1b9d16ec233a96a64c65ee8238e2a
parentMerge branch 'release/v12.10.0' into develop (diff)
downloaddotfiles-14c22461546e1fa95077153434edcd29763dd814.tar.gz
dotfiles-14c22461546e1fa95077153434edcd29763dd814.zip
Correct path to ~/.xprofile
-rw-r--r--x/xsession.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/x/xsession.sh b/x/xsession.sh
index 0219c87d..8f8ca25f 100644
--- a/x/xsession.sh
+++ b/x/xsession.sh
@@ -2,7 +2,7 @@
# Load common environment variables
# shellcheck disable=SC1091
-. "$HOME"/.profile
+. "$HOME"/.xprofile
# Monitor and wallpaper setup is very machine-specific, and isn't versioned in
# here. Neither xrandr(1) nor xwallpaper(1) have config files, so we fake it