Compare commits
No commits in common. "b01255c0cfd3795ab54a6b0f0391e8f43da39e89" and "1b1a6c57491e3c23b5bbf3ac73e546078a773d92" have entirely different histories.
b01255c0cf
...
1b1a6c5749
1 changed files with 5 additions and 7 deletions
12
.zprofile
12
.zprofile
|
@ -13,12 +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
|
||||||
export QT_QPA_PLATFORM="wayland-egl"
|
export QT_QPA_PLATFORM="wayland-egl"
|
||||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
export QT_QPA_PLATFORMTHEME="gtk3"
|
||||||
export NO_AT_BRIDGE=1
|
export NO_AT_BRIDGE=1
|
||||||
export XDG_SESSION_TYPE=wayland
|
|
||||||
export XDG_CURRENT_DESKTOP=sway
|
|
||||||
exec ~/.local/bin/sway.sh
|
exec ~/.local/bin/sway.sh
|
||||||
fi
|
fi
|
||||||
|
|
Reference in a new issue