diff options
author | Ben Burwell <ben@benburwell.com> | 2019-12-12 16:31:00 -0500 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-12-12 16:31:00 -0500 |
commit | f4f6f5a0c7efd2caa22f1a91f337374347632424 (patch) | |
tree | 6af5d503bc696c975146ddb236a0423794588dd7 | |
parent | 30cadda4c267db9e232a2ce47d78a0032f389b50 (diff) |
env: set firefox to use wayland
-rw-r--r-- | templates/.zsh/env.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/.zsh/env.zsh b/templates/.zsh/env.zsh index a7d1c3e..0fbe648 100644 --- a/templates/.zsh/env.zsh +++ b/templates/.zsh/env.zsh @@ -15,3 +15,7 @@ export SSLKEYLOGFILE="$HOME/.mitmproxy/sslkeylogfile.txt" export BAT_PAGER="less -rf" export CONF_SOURCE="$HOME/c/dotfiles" export LANG=en_US.UTF-8 +{{ if eq .OS "linux" }} +export GDK_BACKEND=wayland +export MOZ_ENABLE_WAYLAND=1 +{{ end }} |