various indentation fixes (spaces to tabs and stripping trailing whitespace)
This commit is contained in:
parent
24380603a4
commit
7fb7cd70f3
15 changed files with 107 additions and 107 deletions
|
@ -6,7 +6,7 @@ menu() {
|
|||
pidof "$KEYBOARD" || "$KEYBOARD" &
|
||||
RESULT="$(
|
||||
printf %b "$(
|
||||
echo "Close Menu";
|
||||
echo "Close Menu";
|
||||
echo "$INPUT" | grep -Eo '\S+' | tr -d '[:blank:]' | sort | uniq
|
||||
)" | dmenu -p "$PROMPT" -l 10 -i -c -fn Terminus-20
|
||||
)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue