dotfiles/zshrc: remove MOZ_ENABLE_WAYLAND
Wayland is enabled by default on all platforms as of Firefox 121.
This commit is contained in:
parent
5d285d1677
commit
d96d8d6550
@ -33,10 +33,6 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
|||||||
PATH=$PATH:~/.node_modules/bin
|
PATH=$PATH:~/.node_modules/bin
|
||||||
|
|
||||||
{%@@ if profile == "knafeh" or profile == "balozi" @@%}
|
{%@@ if profile == "knafeh" or profile == "balozi" @@%}
|
||||||
# Export these variables in our TTY so that Sway can read them when it
|
|
||||||
# starts. It's not pretty, but it's all we can do since support for
|
|
||||||
# ~/.pam_environment was removed from pambase in Arch Linux recently.
|
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
|
||||||
# 2021-06-22: fix "Firefox is already running" message
|
# 2021-06-22: fix "Firefox is already running" message
|
||||||
# See: https://mastransky.wordpress.com/2020/03/16/wayland-x11-how-to-run-firefox-in-mixed-environment/
|
# See: https://mastransky.wordpress.com/2020/03/16/wayland-x11-how-to-run-firefox-in-mixed-environment/
|
||||||
export MOZ_DBUS_REMOTE=1
|
export MOZ_DBUS_REMOTE=1
|
||||||
|
Loading…
Reference in New Issue
Block a user