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:
parent
07686b7e37
commit
0633ecc35f
1 changed files with 1 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ bind = $mainMod SHIFT, M, exit,
|
||||||
bind = $mainMod, E, exec, $fileManager
|
bind = $mainMod, E, exec, $fileManager
|
||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
bindr = $mainMod, SUPER_L, exec, $app_menu
|
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, P, pseudo, # dwindle
|
||||||
bind = $mainMod, J, togglesplit, # 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 = $mainMod, F10, pass, class:^(com.obsproject.Studio)$
|
||||||
bind = , F1, pass, class:^(com.obsproject.Studio)$
|
bind = , F1, pass, class:^(com.obsproject.Studio)$
|
||||||
bind = , F2, pass, class:^(com.obsproject.Studio)$
|
bind = , F2, pass, class:^(com.obsproject.Studio)$
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue