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
|
|
@ -111,7 +111,7 @@
|
|||
tmp="$2"
|
||||
if [ "$tmp" = "" ]
|
||||
then
|
||||
tmp=$($0 list | bemenu)
|
||||
tmp=$($0 list | bemenu --ignorecase)
|
||||
fi
|
||||
device=$(get_addr_or_fail "$tmp")
|
||||
is_connected=$(bluetoothctl info $device | grep -i 'connected: yes')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue