Shellcheck and tabindent all scripts
This commit is contained in:
parent
bd5ead19e5
commit
049a93e5d8
25 changed files with 589 additions and 534 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
pidof svkbd-sxmo || svkbd-sxmo &
|
||||
SEARCHQUERY="$(
|
||||
echo "Close Menu" | dmenu -t -p "Search Query:" -c -fn "Terminus-20" -l 20
|
||||
echo "Close Menu" | dmenu -t -p "Search Query:" -c -fn "Terminus-20" -l 20
|
||||
)"
|
||||
pkill svkbd-sxmo
|
||||
echo "$SEARCHQUERY" | grep . || exit 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue