1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01: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

@ -1,6 +1,8 @@
# Autostart sway when user login on tty1 # Autostart sway when user login on tty1
set -x XDG_CURRENT_DESKTOP 'sway' # xdg-desktop-portal 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 MOZ_ENABLE_WAYLAND 1
set -x KITTY_ENABLE_WAYLAND 1 set -x KITTY_ENABLE_WAYLAND 1
set -x QT_QPA_PLATFORM 'wayland-egl' set -x QT_QPA_PLATFORM 'wayland-egl'