From 42f770a3d706c680a22a3cea6e14cc54fe7b3d99 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Sat, 25 Mar 2023 11:05:15 +0100 Subject: [PATCH] Fix oops in fish session config --- tree/.config/fish/config.fish.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tree/.config/fish/config.fish.tpl b/tree/.config/fish/config.fish.tpl index 86cd6bc..c12f622 100644 --- a/tree/.config/fish/config.fish.tpl +++ b/tree/.config/fish/config.fish.tpl @@ -63,7 +63,7 @@ starship init fish | source if status is-login and set -q XDG_SESSION_TYPE XDG_VTNR and test $XDG_SESSION_TYPE = "tty" -a $XDG_VTNR = "1" - set -x XDG_SESSION_TYPE sway + set -x XDG_CURRENT_DESKTOP sway exec sway end {% end %}