From 5013bba2223871d43dd716c0ed6a42f719b1b75f Mon Sep 17 00:00:00 2001 From: Soispha Date: Thu, 28 Dec 2023 11:41:55 +0100 Subject: fix(hm/conf/zsh/sessionVariables): Add river specific variables --- hm/soispha/conf/zsh/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hm/soispha/conf/zsh/default.nix b/hm/soispha/conf/zsh/default.nix index 8c7196f6..27165570 100644 --- a/hm/soispha/conf/zsh/default.nix +++ b/hm/soispha/conf/zsh/default.nix @@ -130,6 +130,11 @@ # }}} # Export Wayland env Vars {{{ + # FIXME: This should not always be set to river <2023-12-28> + XDG_CURRENT_DESKTOP = "river"; + DESKTOP_SESSION = "river"; + + GTK_USE_PORTAL = 1; # tell gtk to use portals QT_QPA_PLATFORM = "wayland"; QT_QPA_PLATFORMTHEME = "qt5ct"; # needs qt5ct CLUTTER_BACKEND = "wayland"; -- cgit 1.4.1