summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dotfiles/system/.profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile
index e803870..fb9b298 100644
--- a/dotfiles/system/.profile
+++ b/dotfiles/system/.profile
@@ -30,6 +30,10 @@ export XDG_CONFIG_HOME="$HOME/.config/"
export XDG_SESSION_TYPE=wayland
export XDG_CURRENT_DESKTOP=sway
+# Wayland Related
+export MOZ_DBUS_REMOTE=1
+export MOZ_ENABLE_WAYLAND=1
+
# misc
export STOW_DIR=~/code/bsdsetup/dotfiles
export PAGER=less