Skip to content

Commit

Permalink
docs: Add Fedora installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Jan 5, 2024
1 parent ebfa553 commit b6cc82a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hyprdim is a daemon that automatically dims windows in [Hyprland](https://hyprla

## Installation

hyprdim has official support for NixOS and Arch Linux.
hyprdim has official support for NixOS, Arch Linux (AUR), and Fedora (Copr).

[![Packaging status](https://repology.org/badge/vertical-allrepos/hyprdim.svg)](https://repology.org/project/hyprdim/versions)

Expand Down Expand Up @@ -40,6 +40,14 @@ Use an AUR helper like [yay](https://github.com/Jguer/yay) to install [`hyprdim`
yay hyprdim
```

### [Fedora](https://fedoraproject.org/) (Copr)

[`hyprdim`](https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/package/hyprdim) is available in the [solopasha/hyprland](https://copr.fedorainfracloud.org/coprs/solopasha/hyprland) Copr repository.

```fish
sudo dnf copr enable solopasha/hyprland && sudo dnf install hyprdim
```

### Other distributions

Follow the [install guide](https://www.rust-lang.org/tools/install) for Rust. Then, use cargo to install hyprdim.
Expand Down

0 comments on commit b6cc82a

Please sign in to comment.