pages/*: remove double spaces (#10379)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
- Create a coprocess which repeatedly reads `stdin` and runs some commands on the input:
|
||||
|
||||
`coproc {{name}} { while read line; do {{command1; command2; ...}}; done }`
|
||||
`coproc {{name}} { while read line; do {{command1; command2; ...}}; done }`
|
||||
|
||||
- Create a coprocess which repeatedly reads `stdin`, runs a pipeline on the input, and writes the output to `stdout`:
|
||||
|
||||
|
@@ -7,7 +7,7 @@
|
||||
|
||||
`qtile start`
|
||||
|
||||
- Check the configuration file for any compilation errors (default location is `~/.config/qtile/config.py`):
|
||||
- Check the configuration file for any compilation errors (default location is `~/.config/qtile/config.py`):
|
||||
|
||||
`qtile check`
|
||||
|
||||
|
Reference in New Issue
Block a user