fix firefox wayland
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
bd98b8a308
commit
816d553ffe
1 changed files with 5 additions and 0 deletions
5
zprofile
5
zprofile
|
@ -4,4 +4,9 @@ if [ -z "$SSH_AUTH_SOCK" ] ; then
|
|||
grep -slR PRIVATE ~/.ssh/ | xargs ssh-add
|
||||
fi
|
||||
|
||||
# fix for firefox using xwayland instead of wayland native
|
||||
if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
fi
|
||||
|
||||
export TENDS_TO=42
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue