From 7d313bf6525d0dc8540de891aa0836b362e4a52c Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 11 Jun 2023 15:22:56 -0500 Subject: run bemenu case insensitive --- hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3