From 3bc760542b84f7707e3e0bdcbbad9e4c6ee79467 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Thu, 8 Feb 2024 18:06:02 +0100 Subject: [PATCH] Tried out hyprland, still shit --- .config/zsh/.zprofile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 8b86223..4b6c625 100755 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -12,5 +12,6 @@ eval "$(ssh-agent -s)" &> /dev/null if [[ -z $DISPLAY ]] && (( $EUID != 0 )) { [[ ${TTY/tty} != $TTY ]] && (( ${TTY:8:1} == 1 )) && exec startx $HOME/.config/X11/xinitrc 1> ~/.local/share/logs/xsession-errors 2>&1 - # exec startx $HOME/bin/misc/start-dwl 1> ~/.local/share/logs/dwl-errors 2>&1 + # exec $HOME/bin/misc/start-dwl 1> ~/.local/share/logs/dwl-errors 2>&1 + # exec $HOME/bin/misc/start-hyprland 1> ~/.local/share/logs/hyprland-errors 2>&1 }