Added zshrc snipped for sway
This commit is contained in:
parent
09e1fe3f94
commit
0f41886237
4
zsh/zshrc.user.for_sway
Normal file
4
zsh/zshrc.user.for_sway
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
if [ "$TTY" = "/dev/tty1" ]; then
|
||||||
|
export XDG_CURRENT_DESKTOP=sway
|
||||||
|
exec dbus-launch --exit-with-session sway
|
||||||
|
fi
|
Loading…
Reference in a new issue