From ac5e792e40506f1b3727d9854ff1b1ce4f170f78 Mon Sep 17 00:00:00 2001 From: Nicola <73220426+Zerodya@users.noreply.github.com> Date: Sat, 14 Oct 2023 18:43:37 +0200 Subject: [PATCH] Add AUR package link --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0026e05..47342b0 100644 --- a/README.md +++ b/README.md @@ -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 soonTM 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) \ No newline at end of file +- Pausing Linux native games (e.g. Minecraft) may cause sound to stop in other apps [#2](https://github.com/Zerodya/hyprfreeze/issues/2)