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