https://github.com/tildearrow/kwin-lowlatency-manjaro
kwin-lowlatency PKGBUILD for Manjaro
https://github.com/tildearrow/kwin-lowlatency-manjaro
Last synced: 11 months ago
JSON representation
kwin-lowlatency PKGBUILD for Manjaro
- Host: GitHub
- URL: https://github.com/tildearrow/kwin-lowlatency-manjaro
- Owner: tildearrow
- Created: 2020-07-07T17:19:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T00:41:18.000Z (over 5 years ago)
- Last Synced: 2025-03-12T00:26:18.551Z (over 1 year ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WARNING
**Manjaro has updated to 5.20 now. you may be looking for** [the AUR package](https://aur.archlinux.org/packages/kwin-lowlatency/)**.**
# kwin-lowlatency-manjaro
this is a special PKGBUILD for Manjaro, which has ~~not updated Plasma to 5.19.~~ ~~5.20.~~ it just did.
## installation
you cannot use pamac yet, i think. I am not sure because I have never used Manjaro before.
in order to install this package, first clone this repository:
```
$ git clone https://github.com/tildearrow/kwin-lowlatency-manjaro
```
and then go to it:
```
$ cd kwin-lowlatency-manjaro
```
to build and install it, do:
```
$ makepkg -sri
```
## updating
to update the PKGBUILD, go to the directory where you have cloned this repo at, and then do:
```
$ git pull
```