mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -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)
|
||||
|
||||
# Mozilla + Wayland
|
||||
if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
fi
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
|
||||
# xsecurelock settings
|
||||
export XSECURELOCK_AUTH=auth_x11
|
||||
|
|
Loading…
Reference in a new issue