yazi file picker
This commit is contained in:
@@ -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)$"
|
||||
];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user