diff options
author | zachir <zachir@librem.one> | 2023-06-11 15:22:56 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-06-11 15:22:56 -0500 |
commit | 9377c494be47a57009e52752fa1a9604b17ef2f5 (patch) | |
tree | f25e6c3030b4fd0b4e7156c3156afd441537bac4 /hypr/hyprland.conf | |
parent | a42154f3913cf0be3e3a2b8c962a41c280affad4 (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 |