mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
Abuse fish-shell for XDG_RUNTIME_DIR
This commit is contained in:
parent
5573edd51b
commit
36f49bce52
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user