From 810eaf15dce62a5b144c7bdcbffee34724ebf0c0 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 7 Jan 2024 20:06:30 +0900 Subject: [PATCH] test fuzzel --- home-manager/common/desktops/hyprland/components/default.nix | 2 +- home-manager/common/desktops/hyprland/components/hyprland.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/common/desktops/hyprland/components/default.nix b/home-manager/common/desktops/hyprland/components/default.nix index ecf66c98..c5a0f5d5 100644 --- a/home-manager/common/desktops/hyprland/components/default.nix +++ b/home-manager/common/desktops/hyprland/components/default.nix @@ -2,10 +2,10 @@ imports = [ ./hyprland.nix ./mako.nix - ./rofi.nix ./swaylock.nix ./swayosd.nix ./waybar.nix ./wlogout.nix ]; + programs.fuzzel.enable = true; } \ No newline at end of file diff --git a/home-manager/common/desktops/hyprland/components/hyprland.nix b/home-manager/common/desktops/hyprland/components/hyprland.nix index 70c9ca7a..c1f4b5c6 100644 --- a/home-manager/common/desktops/hyprland/components/hyprland.nix +++ b/home-manager/common/desktops/hyprland/components/hyprland.nix @@ -145,7 +145,7 @@ ############################################################################# # Custom keybinds # Show Rofi on SUPER-SPACE - ''SUPER, space, exec, rofi -show combi -show-icons'' + ''SUPER, space, exec, fuzzel'' # ''SUPER, space, exec, rofi -show drun -show-icons # Take a screenshot with the Print key'' '', Print, exec, grim -g "$(slurp)" | wl-copy -t image/png''