yazi file picker

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-07-20 01:08:57 +02:00
parent dd3b850221
commit da268cd46a
3 changed files with 55 additions and 10 deletions

View File

@@ -63,23 +63,16 @@ let
};
};
in {
home.packages = (with pkgs; [
# hyprland itself is a system package
home.packages = with pkgs; [
hyprland-protocols
hyprlock
hypridle
hyprshot
hyprpicker
hyprcursor
grim
slurp
# ]) ++ (with pkgs-unstable; [
# ]) ++ (with inputs; [
# hyprswitch.packages.x86_64-linux.default
]);
];
wayland.windowManager.hyprland = {
@@ -324,6 +317,11 @@ in {
"tile, class:^(sent)$"
"workspace 100, class:^(gamescope)$"
"float, title:^(terminal-file-picker)$"
"dimaround, title:^(terminal-file-picker)$"
"center, title:^(terminal-file-picker)$"
"size 80% 80%, title:^(terminal-file-picker)$"
];