diff --git a/README.md b/README.md index 6113b3b..8de7105 100644 --- a/README.md +++ b/README.md @@ -611,6 +611,7 @@ 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 or .xinitrc if you are using that. + ## Additional note on autostart If you wish to add autostart entries without recompiling, consider using $HOME/.config/speedwm/autostart.sh. This is a path added to autostart.h and you can fill it with anything you want. diff --git a/docs/doc-08 b/docs/doc-08 index f7a52ff..bf2c4b9 100644 --- a/docs/doc-08 +++ b/docs/doc-08 @@ -7,3 +7,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 or .xinitrc if you are using that. + diff --git a/speedwm.1 b/speedwm.1 index 6d9f980..4c11ed5 100644 --- a/speedwm.1 +++ b/speedwm.1 @@ -1217,7 +1217,7 @@ toggle.mk and remove /usr/bin/status if speedwm has been installed previously. Then simply start the status bar through autostart.h, \[ti]/.config/speedwm/autostart.sh or .xinitrc if you are using that. -## Additional note on autostart +.SS Additional note on autostart .PP If you wish to add autostart entries without recompiling, consider using $HOME/.config/speedwm/autostart.sh.