aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zprofile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-07-10 09:06:32 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-07-10 09:06:32 +0200
commit771db2a8c4c48020da4f993eb23aeffef6c2a425 (patch)
treee7060d963e9d087fd619a77bbf0e6603c86a6818 /zsh/.zprofile
parentf642338ed9efb9500da45d999389789084982c8c (diff)
downloaddotfiles-771db2a8c4c48020da4f993eb23aeffef6c2a425.tar.xz
Move X11 config files to .config
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'zsh/.zprofile')
-rw-r--r--zsh/.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
index 81de54d..653b8ad 100644
--- a/zsh/.zprofile
+++ b/zsh/.zprofile
@@ -51,5 +51,5 @@ fi
source <(dircolors -b "$XDG_CONFIG_HOME"/dircolors)
if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then
- exec startx "$XDG_CONFIG_HOME"/X11/xinitrc
+ exec startx "$XDG_CONFIG_HOME"/X11/xinitrc -- -configdir "$XDG_CONFIG_HOME"/X11/xorg.conf.d
fi