Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
Justus0405 committed Jan 1, 2025
1 parent fc00a82 commit 4f75f92
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions docs/7-essentials/setup-printers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<br>

# Install necessary dependencies

## Install CUPS and a GUI Printer Manager

```bash
Expand All @@ -30,16 +34,28 @@ sudo usermod -aG lp $USER
sudo pacman -S hplip
```

## Open the printer settings to add your printer
<br>

> [!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"
<br>

# Additional Tips & Tricks

## View print jobs from terminal
Expand Down

0 comments on commit 4f75f92

Please # to comment.