fish: Enable wayland support in firefox by default

See https://github.com/swaywm/sway/wiki/Running-programs-natively-under-wayland.
This commit is contained in:
Sanchayan Maity 2020-11-17 10:54:51 +05:30
parent f2b2bed34a
commit da93717582
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ export EDITOR='nvim'
export BROWSER='firefox'
export MANPAGER='nvim +Man!'
export NIX_SSL_CERT_FILE='/etc/ssl/certs/ca-certificates.crt'
export MOZ_ENABLE_WAYLAND=1
alias b="cd .."
alias c="clear"