aboutsummaryrefslogtreecommitdiff
path: root/config/zsh
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-05-11 11:26:13 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-05-11 11:26:13 +0200
commite8f5fccd336bbbfb84e390eabad13e400695254d (patch)
tree83053dd6aaaadb5ee4518ea230581c7abbdbef23 /config/zsh
parentb5926787b401db0235129ee504ac6128e8bdb025 (diff)
downloaddotfiles-e8f5fccd336bbbfb84e390eabad13e400695254d.tar.gz
dotfiles-e8f5fccd336bbbfb84e390eabad13e400695254d.tar.bz2
dotfiles-e8f5fccd336bbbfb84e390eabad13e400695254d.zip
Updated zprofile startx to use XDG dirs
Diffstat (limited to 'config/zsh')
-rwxr-xr-xconfig/zsh/zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zsh/zprofile b/config/zsh/zprofile
index 4fb59e0..8b4921f 100755
--- a/config/zsh/zprofile
+++ b/config/zsh/zprofile
@@ -61,4 +61,4 @@ export LESS_TERMCAP_ZW=$(tput rsupm)
export MINIKUBE_IN_STYLE=false # disable cringe minikube emojies
-[ "$(tty)" = '/dev/tty1' ] && { startx ; poweroff ; }
+[ "$(tty)" = '/dev/tty1' ] && { startx "$XDG_CONFIG_HOME/x11/xinitrc"; poweroff ; }