diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-05 15:37:09 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-05 15:37:09 +0200 |
commit | e0adedb8cf0a0808778e018703d0f3b434337f20 (patch) | |
tree | 473ac6922304b33da2d2d1b4579145236c5ea897 | |
parent | 2a6682da5e2e3248bd77af7ee79c4c46be235272 (diff) |
hyprland > xorg
-rw-r--r-- | config/essentials/zsh/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 617cd00..f8b1408 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -6,7 +6,8 @@ then eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --eval --quiet --agents gpg 3A626DD20A32EB2E5DD9CE71CFD9ABC97158CD5D 2> /dev/null)" eval "$(keychain --dir "$XDG_CONFIG_HOME/keychain" --noask --eval --quiet --agents ssh 2> /dev/null)" clear - startx 2&> /dev/null + Hyprland > /dev/null 2>&1 + startx > /dev/null 2>&1 exit fi |