From 726192f2bb115e9857f4b69e77d952eaa888aa45 Mon Sep 17 00:00:00 2001 From: zoe Date: Sat, 2 Apr 2022 18:54:01 +0200 Subject: [PATCH] set de to xfce so i can actually use gnomesu --- config.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.fish b/config.fish index 12557c6..f108967 100644 --- a/config.fish +++ b/config.fish @@ -1,6 +1,7 @@ if status is-interactive # Set greeting set fish_greeting "" + # Commands to run in interactive sessions can go here # Dracula Color Palette set -l foreground f8f8f2 @@ -53,3 +54,6 @@ if status is-interactive set -g fish_pager_color_secondary_completion $foreground set -g fish_pager_color_secondary_description $comment end +if status is-login + export XDG_CURRENT_DESKTOP=XFCE +end