aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjakeroggenbuck <[email protected]>2020-06-30 23:06:57 -0700
committerjakeroggenbuck <[email protected]>2020-06-30 23:06:57 -0700
commit68ef164be2ccd7859d35bbf3f46e68432e59f763 (patch)
tree7a4ffe6a3ed7f34739ed8a6952867f2c69795e14 /README.md
parent32727abf70eebce00506dfb8ebdd08bbe33243db (diff)
Add ampersand to run command as background process
- Fix README according to #5
Diffstat (limited to 'README.md')
-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.