Add environment variable XDG_CURRENT_DESKTOP

This commit is contained in:
RealStickman 2022-07-20 16:44:53 +02:00
parent 8c7d424c87
commit 388f5de90d

View File

@ -33,9 +33,11 @@ set fish_color_cwd yellow
# for ranger # for ranger
#set RANGER_LOAD_DEFAULT_RC FALSE #set RANGER_LOAD_DEFAULT_RC FALSE
# SSH Agent # SSH Agent
#set SSH_AUTH_SOCK "$XDG_RUNTIME_DIR/ssh-agent.socket"
set SSH_AUTH_SOCK /run/user/1000/ssh-agent.socket; export SSH_AUTH_SOCK set SSH_AUTH_SOCK /run/user/1000/ssh-agent.socket; export SSH_AUTH_SOCK
# Set current desktop for sway (TODO don't set this if a different destkop is used)
set XDG_CURRENT_DESKTOP sway; export XDG_CURRENT_DESKTOP
# Defined in /home/marc/.config/fish/functions/fish_prompt.fish @ line 2 # Defined in /home/marc/.config/fish/functions/fish_prompt.fish @ line 2
# slightly modified from defaults # slightly modified from defaults
function fish_prompt function fish_prompt