From 4b0cb15762abad8d31966608fa536d2354daed58 Mon Sep 17 00:00:00 2001 From: Nasrullaunais Date: Sat, 22 Nov 2025 22:03:36 +0530 Subject: [PATCH] Fix: Adds standard Flatpak export paths to XDG_DATA_DIRS to ensure applications appear in the Quickshell launcher. Explicitly includes /usr/local/share and /usr/share as fallbacks to prevent system applications from disappearing if the variable was previously unset. --- dots/.config/hypr/hyprland/env.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dots/.config/hypr/hyprland/env.conf b/dots/.config/hypr/hyprland/env.conf index 4499d9ddf..bd45f9f7e 100644 --- a/dots/.config/hypr/hyprland/env.conf +++ b/dots/.config/hypr/hyprland/env.conf @@ -9,6 +9,9 @@ # ############ Wayland ############# env = ELECTRON_OZONE_PLATFORM_HINT,auto +######### Applications ######### +env = XDG_DATA_DIRS,$HOME/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share + # ############ Themes ############# env = QT_QPA_PLATFORM, wayland env = QT_QPA_PLATFORMTHEME, kde