Compare commits

...

4 Commits

Author SHA1 Message Date
Vorthas
3ad9adf84f Actually generate the updated userguide. 2024-10-24 15:53:22 -04:00
Vorthas
c8c273461d Fix typo, oops. 2024-10-24 15:52:41 -04:00
Vorthas
1e005b5d19 Add description to tab_data.toml for the printer addition. 2024-10-24 15:51:12 -04:00
Vorthas
364a4c5973 Update userguide.md based on adam's documentation update. 2024-10-24 15:48:17 -04:00
2 changed files with 6 additions and 1 deletions

View File

@ -80,8 +80,9 @@ script = "monitor-control/set_resolutions.sh"
name = "Printers" name = "Printers"
[[data.entries]] [[data.entries]]
name = "Install EPSON printer drivers" name = "Install Epson printer drivers"
script = "printers/install-epson-printer-drivers.sh" script = "printers/install-epson-printer-drivers.sh"
description = "This script will install the Epson printer drivers."
task_list = "I" task_list = "I"
[[data]] [[data]]

View File

@ -141,6 +141,10 @@ For more information visit: https://rpmfusion.org/
- **Set Primary Monitor**: This script is designed to set a Primary monitor in your system - **Set Primary Monitor**: This script is designed to set a Primary monitor in your system
- **Set Resolution**: This script is designed to change the resolution of monitors connected to your system - **Set Resolution**: This script is designed to change the resolution of monitors connected to your system
### Printers
- **Install Epson printer drivers**: This script will install the Epson printer drivers.
### User Account Manager ### User Account Manager
- **Auto Mount Drive**: This utility is designed to help with automating the process of mounting a drive on to your system. - **Auto Mount Drive**: This utility is designed to help with automating the process of mounting a drive on to your system.