From d771f9bf0164e1a35d4bcfe5d4c5a01dfcc78293 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Mon, 21 Mar 2022 17:20:42 +0100 Subject: [PATCH] Revert "fix XDG_RUNTIME_DIR not set after first logout" This reverts commit 5ff76b659b84dc2fdf13533734f2833fd8999925. --- roles/sway/files/sway.fish | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/sway/files/sway.fish b/roles/sway/files/sway.fish index 65f519f..f9c110c 100644 --- a/roles/sway/files/sway.fish +++ b/roles/sway/files/sway.fish @@ -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'