From 5f3b9204c20d58c0206490b6e737bc2e736c6dba Mon Sep 17 00:00:00 2001 From: Nicola <73220426+Zerodya@users.noreply.github.com> Date: Fri, 20 Oct 2023 18:33:34 +0200 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 47342b0..fe1d87d 100644 --- a/README.md +++ b/README.md @@ -31,17 +31,19 @@ Add a bind in your Hyprland config to pause the current active window: ... # Toggle freeze on active window -bind = $mainMod, PAUSE, exec, hyprfreeze -a +bind = , 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 +-s, --silent don't send notification +-t, --notif-timeout notification timeout in milliseconds (default 3000) +--info show information about the process +--dry-run doesn't actually pause/resume a process, useful with --info ``` ### Examples: ```