mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 23:33:56 -05:00
hyprland: fixed bug in menu launcher
This commit is contained in:
parent
3dbe0eb154
commit
0f04049339
|
@ -170,7 +170,8 @@ $mainMod = SUPER
|
|||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, T, exec, $terminal
|
||||
bind = $mainMod, $mainMod, exec, $menu
|
||||
bind = $mainMod, $mainMod_L, exec, $menu
|
||||
bind = $mainMod, R, exec, $menu
|
||||
bind = $mainMod, F, exec, $fileManager
|
||||
bind = $mainMod, B, exec, $browser
|
||||
|
||||
|
@ -254,4 +255,4 @@ bind = , xf86launch2, exec, playerctl play-pause
|
|||
bind = , PRINT, exec, hyprshot -m output -o ~/Pictures/Screenshots
|
||||
|
||||
# Show/hide waybar.
|
||||
bind = $mainMod, F11, exec, pkill -SIGUSR1 $bar
|
||||
bind = $mainMod, F11, exec, pkill -SIGUSR1 $bar
|
||||
|
|
Loading…
Reference in a new issue