Fix env vars for fish, update vesktop settings, minor gpg and sway updates

This commit is contained in:
askiiart 2024-09-25 09:10:54 -05:00
parent f47510f9ca
commit 61c490f328
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
5 changed files with 13 additions and 13 deletions

View file

@ -18,8 +18,8 @@ if status is-interactive
set -x XDG_DATA_HOME ~/.local/share
set -x XDG_CONFIG_HOME ~/.config
set -x XDG_STATE_HOME ~/.local/state
if not [ -d /tmp/$UID-runtime-dir ]
mkdir /tmp/$UID-runtime-dir
end
set -x XDG_RUNTIME_DIR /tmp/runtime-dir
#if not [ -d /tmp/$UID-runtime-dir ]
# mkdir /tmp/$UID-runtime-dir
#end
#set -x XDG_RUNTIME_DIR /tmp/runtime-dir
end