Added zshrc snipped for sway

This commit is contained in:
Thomas Kolb 2021-07-09 11:42:10 +02:00
parent 09e1fe3f94
commit 0f41886237
1 changed files with 4 additions and 0 deletions

4
zsh/zshrc.user.for_sway Normal file
View File

@ -0,0 +1,4 @@
if [ "$TTY" = "/dev/tty1" ]; then
export XDG_CURRENT_DESKTOP=sway
exec dbus-launch --exit-with-session sway
fi