diff options
| author | jakeroggenbuck <[email protected]> | 2020-06-30 23:06:57 -0700 |
|---|---|---|
| committer | jakeroggenbuck <[email protected]> | 2020-06-30 23:06:57 -0700 |
| commit | 68ef164be2ccd7859d35bbf3f46e68432e59f763 (patch) | |
| tree | 7a4ffe6a3ed7f34739ed8a6952867f2c69795e14 | |
| parent | 32727abf70eebce00506dfb8ebdd08bbe33243db (diff) | |
Add ampersand to run command as background process
- Fix README according to #5
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
