f345fef540
Configure xdg-desktop-portal-termfilechooser to use yazi (via ghostty) for file selection dialogs in portal-aware apps like Firefox. Includes a wrapper script and Hyprland window rules.
13 lines
243 B
Nix
13 lines
243 B
Nix
{
|
|
wayland.windowManager.hyprland.settings = {
|
|
workspace = [
|
|
];
|
|
|
|
windowrulev2 = [
|
|
"float, class:^(yazi-file-picker)$"
|
|
"size 60% 60%, class:^(yazi-file-picker)$"
|
|
"center, class:^(yazi-file-picker)$"
|
|
];
|
|
};
|
|
}
|