From ac3e8edb51253591499399870cdc1a1fad6e895a Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Wed, 7 Feb 2024 22:18:30 +0100 Subject: [PATCH] Something, something wayland --- .config/zsh/.zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 18e210e..8b86223 100755 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -12,4 +12,5 @@ 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 }