diff options
author | zachir <zachir@librem.one> | 2023-06-11 15:22:56 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-06-12 00:13:03 -0500 |
commit | 7d313bf6525d0dc8540de891aa0836b362e4a52c (patch) | |
tree | 204e6330d7ff7e347a05f0e926a028313ea2d61e /hypr/hyprland.conf | |
parent | 8ebf039d3a708f439d7347a5b1090a30dc1906f0 (diff) |
run bemenu case insensitive
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index cf7a604..9bbb25e 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -263,7 +263,7 @@ submap = reset #{{{ Menu bindings bind = $mainMod, R, exec, exec j4-dmenu-desktop --dmenu="bemenu -i -l 10 -p \"Run:\"" -bind = $mainMod, D, exec, exec bemenu-run -l 15 -p "Run:" +bind = $mainMod, D, exec, exec bemenu-run -i -l 15 -p "Run:" bind = $mainMod $secdMod, Q, exec, qbc bind = $mainMod $secdMod, W, exec, lwc bind = $mainMod $secdMod, E, exec, mbc |