Fix #157; Add XDG_GREETER_DATA_DIR to ignorelist

This commit is contained in:
Severin Gsponer 2023-03-11 15:35:23 +01:00
parent 0f5c394870
commit c4866ab06e

View File

@ -11,6 +11,7 @@ def to_be_ignored(env_var: str, value: str) -> bool:
"HOME", # Linux shell default
"TMUX", # Terminal Multiplexer
"XDG_DATA_DIRS", # XDG: Desktop environment stuff
"XDG_GREETER_DATA_DIR", # XDG: Desktop environment stuff
"XDG_RUNTIME_DIR",
"MAIL", # something related to emails
"SHELL", # binary for currently invoked shell