diff options
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/zsh/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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"; |