1
0
Fork 1
mirror of https://github.com/Zerodya/hyprfreeze.git synced 2024-09-19 15:33:20 +02:00

Add AUR package link

This commit is contained in:
Nicola 2023-10-14 18:43:37 +02:00 committed by GitHub
parent 4d3f9d51cd
commit ac5e792e40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# hyprfreeze
Hyprfreeze is an utility to suspend a game process (and other programs) in Hyprland.
Hyprfreeze is a utility to suspend a game process (and other programs) in Hyprland.
Useful to:
- Pause single-player games that can't be paused (like Dark Souls)
@ -8,7 +8,7 @@ Useful to:
## Installation
### Arch Linux
Coming soon<sup><sup>TM</sup></sup> in AUR.
Hyprfreeze is available in [AUR](https://aur.archlinux.org/packages/hyprfreeze-git).
### Dependencies
- hyprland (to get the pid of the active window with hyprctl)
@ -35,13 +35,13 @@ bind = $mainMod, PAUSE, exec, hyprfreeze -a
```
### Available flags
```
-h, --help show help message
-a, --active pause/resume active window
-p, --pid pause/resume by process id
-n, --name pause/resume by process name/command
-r, --prop pause/resume by clicking on window
--info show information about the process
--dry-run doesn't actually pause/resume a process, useful with --info
-h, --help show help message
-a, --active pause/resume active window
-p, --pid pause/resume by process id
-n, --name pause/resume by process name/command
-r, --prop pause/resume by clicking on window
--info show information about the process
--dry-run doesn't actually pause/resume a process, useful with --info
```
### Examples:
```
@ -63,4 +63,4 @@ Please make sure to **save your data** before using hyprfreeze.
- Pausing Wine/Proton games will cause mouse input to not work inside XWayland windows [#1](https://github.com/Zerodya/hyprfreeze/issues/2)
- Workaround 1: Run the game in `gamescope`
- Workaround 2: Pause the game from a terminal `hyprfreeze -n eldenring.exe`
- Pausing Linux native games (e.g. Minecraft) may cause sound to stop in other apps [#2](https://github.com/Zerodya/hyprfreeze/issues/2)
- Pausing Linux native games (e.g. Minecraft) may cause sound to stop in other apps [#2](https://github.com/Zerodya/hyprfreeze/issues/2)