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