fixed file picker not starting in mangowc
This commit is contained in:
parent
e24b63b26c
commit
0555ad18cd
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
'';
|
||||
|
|
|
|||
|
|
@ -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 /////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue