diff --git a/README.md b/README.md index 8aec8f3..e894088 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,10 @@ bind = , PAUSE, exec, hyprfreeze -a ``` -h, --help show help message --a, --active toggle suspend by active window +-a, --active toggle suspend by active window (supported on hyprland and sway) -p, --pid toggle suspend by process id -n, --name toggle suspend by process name/command --r, --prop toggle suspend by clicking on window (hyprprop must be installed) +-r, --prop toggle suspend by clicking on window (supported on hyperland, hyprprop must be installed) -s, --silent don't send notification -t, --notif-timeout notification timeout in milliseconds (default 5000) diff --git a/hyprfreeze b/hyprfreeze index f9febfe..278db09 100755 --- a/hyprfreeze +++ b/hyprfreeze @@ -9,10 +9,10 @@ Utility to suspend a game process (and other programs) in Hyprland. Options: -h, --help show help message - -a, --active toggle suspend by active window + -a, --active toggle suspend by active window (supported on hyprland and sway) -p, --pid toggle suspend by process id -n, --name toggle suspend by process name/command - -r, --prop toggle suspend by clicking on window (hyprprop must be installed) + -r, --prop toggle suspend by clicking on window (supported on hyprland, hyprprop must be installed) -s, --silent don't send notification -t, --notif-timeout notification timeout in milliseconds (default 5000)