Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,13 @@ Copr package at [matinlotfali/KDE-Rounded-Corners](https://copr.fedorainfracloud
sudo dnf copr enable matinlotfali/KDE-Rounded-Corners
sudo dnf install kwin-effect-roundcorners # or kwin-effect-roundcorners-x11
```

AUR package by [xiota](https://aur.archlinux.org/account/xiota)
git AUR package by [xiota ](https://aur.archlinux.org/packages/kwin-effect-rounded-corners-git)
stable AUR package by [matthewq337](https://aur.archlinux.org/packages/kwin-effect-rounded-corners)

```bash
sudo pamac build kwin-effect-rounded-corners-git # or kwin-effect-rounded-corners-x11-git
git clone https://aur.archlinux.org/kwin-effect-rounded-corners.git # or kwin-effect-rounded-corners-x11/kwin-effect-rounded-corners-git
cd kwin-effect-rounded-corners
makepkg -si
```

NixOS package by [flexagoon](https:///flexagoon)
Expand Down Expand Up @@ -132,11 +134,10 @@ You need to install development packages for your distribution first:

</details>
<details>
<summary>Arch - by https://github.com/hexa-one</summary>
<summary>Arch</summary>

```bash
sudo pacman -S git cmake extra-cmake-modules base-devel
yay -S qt5-tools
sudo pacman -S cmake ninja extra-cmake-modules kwin base-devel
```
</details>
<details>
Expand Down