Add some usefull env variables
This commit is contained in:
parent
a65bcf3b8f
commit
61505cf005
1 changed files with 6 additions and 1 deletions
|
@ -13,5 +13,10 @@ export NOTMUCH_CONFIG="${HOME}/.config/notmuch/config"
|
||||||
export PATH=~/.local/bin:$PATH
|
export PATH=~/.local/bin:$PATH
|
||||||
unset DEBUGINFOD_URLS
|
unset DEBUGINFOD_URLS
|
||||||
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
||||||
exec ~/.local/bin/sway.sh
|
export QT_QPA_PLATFORM="wayland-egl"
|
||||||
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||||
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
|
export QT_QPA_PLATFORMTHEME="gtk3"
|
||||||
|
export NO_AT_BRIDGE=1
|
||||||
|
exec ~/.local/bin/sway.sh
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue