aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0490f4e..3f580f1 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ If a class isn't available (such as with xev) use 'N/A' to set for all (this sho
Place bspswallow into your PATH and add the following line to your bspwmrc.
```
-(ps x | grep bspswallow | grep -v grep) || bspswallow &
+pgrep bspswallow || bspswallow &
```
Now just restart bspwm and you're good to go.