mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 09:53:10 -05:00
Fix firefox not starting in wayland mode
This commit is contained in:
parent
c52c91ea7e
commit
4708e64813
1 changed files with 1 additions and 3 deletions
|
@ -21,9 +21,7 @@ export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
# Mozilla + Wayland
|
# Mozilla + Wayland
|
||||||
if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# xsecurelock settings
|
# xsecurelock settings
|
||||||
export XSECURELOCK_AUTH=auth_x11
|
export XSECURELOCK_AUTH=auth_x11
|
||||||
|
|
Loading…
Reference in a new issue