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.
This commit is contained in:
Jeena 2025-11-13 10:22:30 +09:00
parent 07686b7e37
commit 0633ecc35f

View file

@ -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)$