Abuse fish-shell for XDG_RUNTIME_DIR

This commit is contained in:
Hoang Nguyen 2021-04-18 01:27:16 +03:00
parent e0e16763c7
commit 48f32d29cf
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
3 changed files with 5 additions and 4 deletions

View File

@ -19,6 +19,7 @@ set -gx XDG_CONFIG_HOME $HOME/.config
set -gx XDG_CACHE_HOME $HOME/.cache
set -gx XDG_DATA_HOME $HOME/.local/share
set -gx XDG_DATA_DIRS $HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
set -gx XDG_RUNTIME_DIR /tmp/fish.$USER
# alternate paths
set -gx LESSHISTFILE -
set -gx MOST_INITFILE $XDG_CONFIG_HOME/mostrc

View File

@ -1,7 +1,7 @@
font=Sarasa Mono J 12
border-size=4
border-radius=10
margin=20,10,10
margin=20,20,10
width=300
max-visible=10
default-timeout=5000

View File

@ -13,11 +13,11 @@ then
mkdir -p "${XDG_RUNTIME_DIR}"
chmod 0700 "${XDG_RUNTIME_DIR}"
fi
# Assure we use seatd
# export LIBSEAT_BACKEND=seatd
fi
# Valid values: seatd, logind
# export LIBSEAT_BACKEND=seatd
export XDG_SESSION_TYPE=wayland
export QT_QPA_PLATFORM=wayland-egl
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1