Skip to content

Commit

Permalink
hyprpm: add Spanish translation (tldr-pages#13095)
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
  • Loading branch information
kant and tricantivu committed Jul 1, 2024
1 parent 0d6c59f commit ba787f0
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pages.es/linux/hyprpm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# hyprpm

> Complementos de control para el compositor Hyprland Wayland.
> M谩s informaci贸n: <https://wiki.hyprland.org/Plugins/Using-Plugins/#hyprpm>.
- A帽ade un complemento:

`hyprpm add {{url_de_repositorio_git}}`

- Elimina un complemento:

`hyprpm remove {{url_de_repositorio_git|nombre_del_complemento}}`

- Activa un complemento:

`hyprpm enable {{nombre_del_complemento}}`

- Desactiva un complemento:

`hyprpm disable {{nombre_del_complemento}}`

- Actualiza y comprueba todos los complementos:

`hyprpm update`

- Fuerza una operaci贸n:

`hyprpm {{-f|--force}} {{operaci贸n}}`

- Lista todos los complementos instalados:

`hyprpm list`

0 comments on commit ba787f0

Please sign in to comment.