diff --git a/homes/modules/programs/yazi/yazi.nix b/homes/modules/programs/yazi/yazi.nix index acb39a7..864e860 100644 --- a/homes/modules/programs/yazi/yazi.nix +++ b/homes/modules/programs/yazi/yazi.nix @@ -5,6 +5,9 @@ home.packages = with upkgs; [ # dependencies ripdrag + + # needed for xdg-desktop-portal-filechooser + gnused ]; programs.yazi = { @@ -171,7 +174,7 @@ [filechooser] cmd=${upkgs.xdg-desktop-portal-termfilechooser}/share/xdg-desktop-portal-termfilechooser/yazi-wrapper.sh default_dir=$HOME - env=TERMCMD='alacritty --title filechooser -e' + env=TERMCMD='alacritty --title filechooser -e ' open_mode=suggested save_mode=last ''; diff --git a/homes/modules/wm/mango/mango/config.conf b/homes/modules/wm/mango/mango/config.conf index 608ff67..4734391 100644 --- a/homes/modules/wm/mango/mango/config.conf +++ b/homes/modules/wm/mango/mango/config.conf @@ -28,7 +28,7 @@ exec-once = wl-clip-persist --clipboard regular exec-once = playerctld daemon -exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=wlroots +exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY DISPLAY XDG_SESSION_TYPE=wayland XDG_CURRENT_DESKTOP=wlroots PATH ################################################################################ ##### Themeing /////////////////////////////////////////////////////////////////