1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-21 15:06:06 +02:00

fix XDG_RUNTIME_DIR not set after first logout

This commit is contained in:
eoli3n 2022-03-21 17:11:15 +01:00
parent b15cc0dce3
commit 5ff76b659b

View File

@ -1,6 +1,8 @@
# Autostart sway when user login on tty1
set -x XDG_CURRENT_DESKTOP 'sway' # xdg-desktop-portal
set -x XDG_RUNTIME_DIR /run/user/(id -u)/
set -x MOZ_ENABLE_WAYLAND 1
set -x KITTY_ENABLE_WAYLAND 1
set -x QT_QPA_PLATFORM 'wayland-egl'