From 20a2fb97dc4a567c9fa0074e948d1d09f9740f39 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 15 Nov 2023 20:37:00 +0900 Subject: [PATCH] use rofi in combi mode --- .../common/desktops/hyprland/common/hyprland/hyprland-conf.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix b/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix index de71ebe0..c2d46ca7 100644 --- a/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix +++ b/home-manager/common/desktops/hyprland/common/hyprland/hyprland-conf.nix @@ -152,7 +152,8 @@ ############################################################################# # Custom keybinds # Show Rofi on SUPER-SPACE - bind = $mainMod, space, exec, rofi -show drun -show-icons + bind = $mainMod, space, exec, rofi -show combi -show-icons + # bind = $mainMod, space, exec, rofi -show drun -show-icons # Take a screenshot with the Print key bind = , Print, exec, grim -g "$(slurp)" | wl-copy -t image/png