add newlines to docs

This commit is contained in:
speedie 2023-01-24 22:13:00 +01:00
parent e397d0ca81
commit 3cbbeda3a8
3 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,3 @@
## Signals
Thanks to the 'fsignal' patch available on suckless.org's website, we can easily write shell scripts to interact with dwm and therefore speedwm.

View file

@ -19,3 +19,4 @@ Bundled with speedwm is a fork of dwmblocks. dwmblocks is a dwm status bar that
By default the status bar runs modules that are also bundled with speedwm (see modules/ directory). To configure these modules, you can edit ~/.config/speedwm/statusrc which should be created when a module runs.
The bundled status bar is autostarted by speedwm if it is installed. If you want to use your own status bar, comment out 'USESTATUS' in toggle.mk and remove /usr/bin/status if speedwm has been installed previously. Then simply start the status bar through autostart.h, ~/.config/speedwm/autostart.sh, .xinitrc or some other means of running a program.

View file

@ -4,3 +4,4 @@ If you wish to add autostart entries without recompiling, consider using $HOME/.
Make sure your user has permission to execute the script.
Note that this script or any other commands in autostart.h will **not** run when speedwm is restarted, only when speedwm is first started.