From e8f5fccd336bbbfb84e390eabad13e400695254d Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 11 May 2021 11:26:13 +0200 Subject: Updated zprofile startx to use XDG dirs --- config/zsh/zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; } -- cgit