diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-05-11 11:26:13 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-05-11 11:26:13 +0200 |
| commit | e8f5fccd336bbbfb84e390eabad13e400695254d (patch) | |
| tree | 83053dd6aaaadb5ee4518ea230581c7abbdbef23 /config | |
| parent | b5926787b401db0235129ee504ac6128e8bdb025 (diff) | |
| download | dotfiles-e8f5fccd336bbbfb84e390eabad13e400695254d.tar.gz dotfiles-e8f5fccd336bbbfb84e390eabad13e400695254d.tar.bz2 dotfiles-e8f5fccd336bbbfb84e390eabad13e400695254d.zip | |
Updated zprofile startx to use XDG dirs
Diffstat (limited to 'config')
| -rwxr-xr-x | config/zsh/zprofile | 2 |
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 ; } |
