fixed file picker not starting in mangowc

This commit is contained in:
foxora 2026-02-24 04:08:02 +00:00
parent e24b63b26c
commit 0555ad18cd
2 changed files with 5 additions and 2 deletions

View file

@ -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
'';

View file

@ -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 /////////////////////////////////////////////////////////////////