fix small bug

This commit is contained in:
speedie 2022-11-27 12:49:39 +01:00
parent 2965c469eb
commit 0a6d002204
3 changed files with 3 additions and 1 deletions

View file

@ -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. 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. 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 ## 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. 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.

View file

@ -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. 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. 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.

View file

@ -1217,7 +1217,7 @@ toggle.mk and remove /usr/bin/status if speedwm has been installed
previously. previously.
Then simply start the status bar through autostart.h, Then simply start the status bar through autostart.h,
\[ti]/.config/speedwm/autostart.sh or .xinitrc if you are using that. \[ti]/.config/speedwm/autostart.sh or .xinitrc if you are using that.
## Additional note on autostart .SS Additional note on autostart
.PP .PP
If you wish to add autostart entries without recompiling, consider using If you wish to add autostart entries without recompiling, consider using
$HOME/.config/speedwm/autostart.sh. $HOME/.config/speedwm/autostart.sh.