mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
Do not override XDG_DATA_DIRS (fixes #2583)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
hl.env("ELECTRON_OZONE_PLATFORM_HINT", "auto")
|
||||
|
||||
-- Applications
|
||||
hl.env("XDG_DATA_DIRS", "$HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share")
|
||||
hl.env("XDG_DATA_DIRS", "$HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:$XDG_DATA_DIRS")
|
||||
|
||||
-- Themes
|
||||
hl.env("QT_QPA_PLATFORM", "wayland;xcb")
|
||||
|
||||
Reference in New Issue
Block a user