From dd67046d0f9fca5bab7de115f1ddd44399067455 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 25 Apr 2023 11:37:19 +0200 Subject: [PATCH] Fix keybinding collision --- config/hyprland/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hyprland/hyprland.conf b/config/hyprland/hyprland.conf index 4b15350f..30b5b6bf 100644 --- a/config/hyprland/hyprland.conf +++ b/config/hyprland/hyprland.conf @@ -166,7 +166,7 @@ $mainMod = SUPER bind = $mainMod, Q, killactive bind = $mainMod, V, togglefloating bind = $mainMod, F, fullscreen -bind = $mainMod, V, exec, clipman pick --tool=rofi --tool-args="-theme ~/NixFlake/config/rofi/rofi.rasi" # TODO: Theme + Generate this in a include file from nixos, depending on the menu option +bind = $mainMod, C, exec, clipman pick --tool=rofi --tool-args="-theme ~/NixFlake/config/rofi/rofi.rasi" # TODO: Theme + Generate this in a include file from nixos, depending on the menu option # Rofi bind = $mainMod, A, exec, rofi -show drun -theme ~/NixFlake/config/rofi/rofi.rasi