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

Revert "fix XDG_RUNTIME_DIR not set after first logout"

This reverts commit 5ff76b659b.
This commit is contained in:
eoli3n 2022-03-21 17:20:42 +01:00
parent 5ff76b659b
commit d771f9bf01

View File

@ -1,8 +1,6 @@
# 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'