fix(cli): doom env: blacklist $WAYLAND_DISPLAY

This commit is contained in:
Henrik Lissner 2024-08-23 02:30:25 -04:00
parent c901f5806e
commit e21e01d4c2
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -21,7 +21,7 @@
"^HOME$" "^\\(OLD\\)?PWD$" "^SHLVL$" "^PS1$" "^R?PROMPT$" "^TERM\\(CAP\\)?$" "^HOME$" "^\\(OLD\\)?PWD$" "^SHLVL$" "^PS1$" "^R?PROMPT$" "^TERM\\(CAP\\)?$"
"^USER$" "^GIT_CONFIG" "^INSIDE_EMACS$" "^USER$" "^GIT_CONFIG" "^INSIDE_EMACS$"
;; X server, Wayland, or services' env that shouldn't be persisted ;; X server, Wayland, or services' env that shouldn't be persisted
"^DISPLAY$" "^WAYLAND_DISPLAY" "^DBUS_SESSION_BUS_ADDRESS$" "^XAUTHORITY$" "^\\(WAYLAND_\\)?DISPLAY$" "^DBUS_SESSION_BUS_ADDRESS$" "^XAUTHORITY$"
;; Windows+WSL envvars that shouldn't be persisted ;; Windows+WSL envvars that shouldn't be persisted
"^WSL_INTEROP$" "^WSL_INTEROP$"
;; XDG variables that are best not persisted. ;; XDG variables that are best not persisted.