diff --git a/.zprofile b/.zprofile index eaba1bd..87eacc7 100644 --- a/.zprofile +++ b/.zprofile @@ -60,6 +60,8 @@ if [[ -z $DISPLAY ]]; then export TDESKTOP_USE_PORTAL=1 export XDG_SESSION_TYPE=wayland + . ~/.zsh/bemenu-dracula/bemenu-dracula + if [[ $(tty) == /dev/tty1 ]]; then export XDG_CURRENT_DESKTOP=sway exec systemd-cat --identifier=sway sway diff --git a/.zshrc b/.zshrc index 6e62051..af1edab 100644 --- a/.zshrc +++ b/.zshrc @@ -86,7 +86,6 @@ # User configuration source ~/.dotenv - source ~/.zsh/bemenu-dracula/bemenu-dracula # You may need to manually set your language environment LANG=en_GB.UTF-8