From a119f872fe4b5dce1b61f66d1a63eec9894b6df4 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Tue, 13 Feb 2024 19:29:49 +0100 Subject: [PATCH] docs: cleaned up --help, hyprland/sway have feature parity now --- README.md | 4 ++-- hyprfreeze | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e599ac7..56113fe 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 (supported on hyprland and sway) +-a, --active toggle suspend by active window -p, --pid toggle suspend by process id -n, --name toggle suspend by process name/command --r, --prop toggle suspend by clicking on window (supported on hyperland, hyprprop must be installed) +-r, --prop toggle suspend by clicking on window (hyprprop/swayprop 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 7e6e8c4..3e31d51 100755 --- a/hyprfreeze +++ b/hyprfreeze @@ -9,11 +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 (supported on hyprland and sway) + -a, --active toggle suspend by active window -p, --pid toggle suspend by process id -n, --name toggle suspend by process name/command - -r, --prop toggle suspend by clicking on window (supported on hyprland and sway, - hyprprop/swayprop must be installed) + -r, --prop toggle suspend by clicking on window (hyprprop/swayprop must be installed) -s, --silent don't send notification -t, --notif-timeout notification timeout in milliseconds (default 5000)