Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Schweber committed Jan 13, 2024
1 parent 536b3f0 commit d0c5cda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ If you want to run a program on boot and have it wait in the background until ca

If hdrop can't match an already running program and starts a new instance instead, then its class name is most likely different from its command name. For example, the class name of `telegram-desktop` is `org.telegram.desktop` and the class name of `logseq` is `Logseq`.

Run `hdrop -v [COMMAND]` _in the terminal_ to see maximum output for troubleshooting and find out the actual class name. Then use `hdrop -c CLASSNAME` to make it work. `hdrop -i [COMMAND]` might be sufficient, as long a case insensitive (partial) match is sufficient.
Run `hdrop -v [COMMAND]` _in the terminal_ to see maximum output for troubleshooting and find out the actual class name. Then use `hdrop -c CLASSNAME` to make it work. `hdrop -i [COMMAND]` might be sufficient, as long as a case insensitive (partial) match is sufficient.

Please report instances of programs with differing class names, so that i can add them to `hdrop`.

Expand Down
4 changes: 3 additions & 1 deletion hdrop.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ exec-once = hdrop -b librewolf

If hdrop can't match an already running program and starts a new instance instead, then its class name is most likely different from its command name. For example, the class name of *telegram-desktop* is *org.telegram.desktop* and the class name of *logseq* is *Logseq*.

Run *hdrop -v [COMMAND]* in the terminal to see maximum output for troubleshooting and please report such peculiarities so that i can add them to hdrop. Using *hdrop -i [COMMAND]* might make it work in the meantime.
Run *hdrop -v [COMMAND]* _in the terminal_ to see maximum output for troubleshooting and find out the actual class name. Then use *hdrop -c CLASSNAME* to make it work. *hdrop -i [COMMAND]* might be sufficient, as long as a case insensitive (partial) match is sufficient.

Please report instances of programs with differing class names, so that i can add them to `hdrop`.

# License

Expand Down

0 comments on commit d0c5cda

Please sign in to comment.