mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: bemenu now ignores case/noncase
This commit is contained in:
parent
0cc091894b
commit
50eb4714a2
2 changed files with 3 additions and 3 deletions
|
|
@ -215,7 +215,7 @@
|
||||||
"$mainMod, Q, killactive,"
|
"$mainMod, Q, killactive,"
|
||||||
"$mainMod, F, fullscreen, 1" # set 1 to 0 to set full screen without waybar
|
"$mainMod, F, fullscreen, 1" # set 1 to 0 to set full screen without waybar
|
||||||
"$mainMod, Space, togglefloating,"
|
"$mainMod, Space, togglefloating,"
|
||||||
"$mainMod, D, exec, bemenu-run -l 5"
|
"$mainMod, D, exec, bemenu-run -l 5 --ignorecase"
|
||||||
"SUPER SHIFT, L, exec, hyprlock"
|
"SUPER SHIFT, L, exec, hyprlock"
|
||||||
"$mainMod, E, exec, thunar"
|
"$mainMod, E, exec, thunar"
|
||||||
"$mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped"
|
"$mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped"
|
||||||
|
|
@ -223,7 +223,7 @@
|
||||||
"$mainMod, W ,exec, pkill wofi || wallpaper-picker"
|
"$mainMod, W ,exec, pkill wofi || wallpaper-picker"
|
||||||
|
|
||||||
# clipboard manager
|
# clipboard manager
|
||||||
"$mainMod SHIFT, V, exec, cliphist list | bemenu -l 5 | cliphist decode | wl-copy"
|
"$mainMod SHIFT, V, exec, cliphist list | bemenu -l 5 --ignorecase | cliphist decode | wl-copy"
|
||||||
|
|
||||||
"$mainMod SHIFT, F, exec, firefox"
|
"$mainMod SHIFT, F, exec, firefox"
|
||||||
"$mainMod SHIFT, W, exec, wdisplays"
|
"$mainMod SHIFT, W, exec, wdisplays"
|
||||||
|
|
|
||||||
|
|
@ -111,7 +111,7 @@
|
||||||
tmp="$2"
|
tmp="$2"
|
||||||
if [ "$tmp" = "" ]
|
if [ "$tmp" = "" ]
|
||||||
then
|
then
|
||||||
tmp=$($0 list | bemenu)
|
tmp=$($0 list | bemenu --ignorecase)
|
||||||
fi
|
fi
|
||||||
device=$(get_addr_or_fail "$tmp")
|
device=$(get_addr_or_fail "$tmp")
|
||||||
is_connected=$(bluetoothctl info $device | grep -i 'connected: yes')
|
is_connected=$(bluetoothctl info $device | grep -i 'connected: yes')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue