This commit is contained in:
Emily 2021-07-28 15:54:37 +10:00
commit b0c8191788
20 changed files with 836 additions and 0 deletions

6
dot_zprofile Normal file
View file

@ -0,0 +1,6 @@
if [[ -z $DISPLAY && $TTY = /dev/tty1 ]]; then
export MOZ_ENABLE_WAYLAND=1
export XDG_CURRENT_DESKTOP=sway
exec dbus-run-session sway
fi