diff --git a/docs/7-essentials/setup-printers.md b/docs/7-essentials/setup-printers.md index 45f959c..9d5fc90 100644 --- a/docs/7-essentials/setup-printers.md +++ b/docs/7-essentials/setup-printers.md @@ -6,6 +6,10 @@ > Be sure to install the right drivers. For a list of drivers for different brands, > visit: https://wiki.archlinux.org/title/CUPS/Printer-specific_problems +
+ +# Install necessary dependencies + ## Install CUPS and a GUI Printer Manager ```bash @@ -30,16 +34,28 @@ sudo usermod -aG lp $USER sudo pacman -S hplip ``` -## Open the printer settings to add your printer +
-> [!TIP] -> You can view, stop and delete printer jobs when right-clicking on the printer -> and selecting "View Print Queue" +# Setup your printer + +## For HP printers + +```bash +hp-setup -i +``` + +## For any other, open the printer settings and add your printer ```bash system-config-printer ``` +> [!TIP] +> You can view, stop and delete printer jobs when right-clicking on the printer +> and selecting "View Print Queue" + +
+ # Additional Tips & Tricks ## View print jobs from terminal