zshrc: source bemenu-dracula from .zprofile

This commit is contained in:
surtur 2022-03-26 00:29:02 +01:00
parent aac58fc62a
commit ded0d7bee8
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 2 additions and 1 deletions

View File

@ -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

1
.zshrc
View File

@ -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