feat(hyprland): integrate yazi as global file picker via xdg-portal

This commit is contained in:
kenji
2026-01-11 10:44:25 -06:00
parent 78f6ede871
commit 63becaaa09
3 changed files with 61 additions and 1 deletions
+8
View File
@@ -4,6 +4,14 @@
];
windowrulev2 = [
"suppressevent maximize, class:.*"
# --- YAZI FILE PICKER ---
"float, class:^(yazi-picker)$"
"center, class:^(yazi-picker)$"
"size 60% 60%, class:^(yazi-picker)$"
"dimaround, class:^(yazi-picker)$"
];
};
}