diff options
Diffstat (limited to '.config/env')
-rw-r--r-- | .config/env | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/env b/.config/env index afc6d1d..761ef8b 100644 --- a/.config/env +++ b/.config/env @@ -99,7 +99,12 @@ export MPD_HOST="$XDG_DATA_HOME"/mpd/socket export RUSTFLAGS='-L /usr/local/lib' export WWW_HOME='https://start.duckduckgo.com/' export YTFZF_HIST='0' + +# wayland export WLR_DRM_NO_ATOMIC=1 +export XDG_SESSION_TYPE=wayland +export XDG_CURRENT_DESKTOP=dwl +export MOZ_ENABLE_WAYLAND=1 # PATH export PATH="$HOME"/.local/bin:"$HOME"/.local/bin/status:/usr/local/llvm13/bin:"$HOME"/.pyenv/bin:"$PATH" |