mirror of
https://github.com/Zerodya/hyprfreeze.git
synced 2024-11-09 17:08:49 +01:00
Add AUR package link
This commit is contained in:
parent
4d3f9d51cd
commit
ac5e792e40
1 changed files with 10 additions and 10 deletions
20
README.md
20
README.md
|
@ -1,5 +1,5 @@
|
||||||
# hyprfreeze
|
# 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:
|
Useful to:
|
||||||
- Pause single-player games that can't be paused (like Dark Souls)
|
- Pause single-player games that can't be paused (like Dark Souls)
|
||||||
|
@ -8,7 +8,7 @@ Useful to:
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
### Arch Linux
|
### Arch Linux
|
||||||
Coming soon<sup><sup>TM</sup></sup> in AUR.
|
Hyprfreeze is available in [AUR](https://aur.archlinux.org/packages/hyprfreeze-git).
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
- hyprland (to get the pid of the active window with hyprctl)
|
- hyprland (to get the pid of the active window with hyprctl)
|
||||||
|
@ -35,13 +35,13 @@ bind = $mainMod, PAUSE, exec, hyprfreeze -a
|
||||||
```
|
```
|
||||||
### Available flags
|
### Available flags
|
||||||
```
|
```
|
||||||
-h, --help show help message
|
-h, --help show help message
|
||||||
-a, --active pause/resume active window
|
-a, --active pause/resume active window
|
||||||
-p, --pid pause/resume by process id
|
-p, --pid pause/resume by process id
|
||||||
-n, --name pause/resume by process name/command
|
-n, --name pause/resume by process name/command
|
||||||
-r, --prop pause/resume by clicking on window
|
-r, --prop pause/resume by clicking on window
|
||||||
--info show information about the process
|
--info show information about the process
|
||||||
--dry-run doesn't actually pause/resume a process, useful with --info
|
--dry-run doesn't actually pause/resume a process, useful with --info
|
||||||
```
|
```
|
||||||
### Examples:
|
### 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)
|
- 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 1: Run the game in `gamescope`
|
||||||
- Workaround 2: Pause the game from a terminal `hyprfreeze -n eldenring.exe`
|
- 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)
|
||||||
|
|
Loading…
Reference in a new issue