mirror of
https://github.com/GRFreire/scripts.git
synced 2026-01-08 04:19:39 +00:00
(spm) make menu case insensitive
This commit is contained in:
parent
b33b678b3b
commit
dfe8069718
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$(command -v rofi)" ]; then
|
||||
CMD='rofi -dmenu';
|
||||
CMD='rofi -dmenu -i';
|
||||
elif [ "$(command -v dmenu)" ]; then
|
||||
CMD='dmenu';
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user