From 0633ecc35ffeed4b07b464e419866d87b63ffe54 Mon Sep 17 00:00:00 2001 From: Jeena Date: Thu, 13 Nov 2025 10:22:30 +0900 Subject: [PATCH] Change calling the custom menu to SHIFT SUPER Somehow it was annoying to have both rofi menus on the same key because they did not open in the same order every time so I had to read and look which one has opened this time before I could start searching for what I was looking for. --- hypr/keybindings.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hypr/keybindings.conf b/hypr/keybindings.conf index 7e6130d..6f40574 100644 --- a/hypr/keybindings.conf +++ b/hypr/keybindings.conf @@ -5,7 +5,7 @@ bind = $mainMod SHIFT, M, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating, bindr = $mainMod, SUPER_L, exec, $app_menu -bindr = $mainMod, SUPER_L, exec, $menu +bind = SHIFT, SUPER_L, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle @@ -30,4 +30,3 @@ bind = $mainMod, F1, exec, ~/.config/hypr/scripts/cheatsheet.py ~/.config/hypr/s bind = $mainMod, F10, pass, class:^(com.obsproject.Studio)$ bind = , F1, pass, class:^(com.obsproject.Studio)$ bind = , F2, pass, class:^(com.obsproject.Studio)$ -