aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJopStro <[email protected]>2020-07-02 11:25:16 +0100
committerGitHub <[email protected]>2020-07-02 11:25:16 +0100
commit52cc83da96a1d5ad31a9913964cd43aff040bfb6 (patch)
tree7a4ffe6a3ed7f34739ed8a6952867f2c69795e14
parent32727abf70eebce00506dfb8ebdd08bbe33243db (diff)
parent68ef164be2ccd7859d35bbf3f46e68432e59f763 (diff)
Merge pull request #7 from JakeRoggenbuck/add-ampersand
Add ampersand to run command as background process
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5bd52dc..750a728 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ If a class isn't available (such as with xev) then the command of origin can be
Place bspswallow into your PATH and add the following line to your bspwmrc.
```
-(ps x | grep bspswallow | grep -v grep) || bspswallow
+(ps x | grep bspswallow | grep -v grep) || bspswallow &
```
Now just restart bspwm and you're good to go.