forked from GH-forks/hyprfreeze
docs: cleaned up --help, hyprland/sway have feature parity now
This commit is contained in:
parent
32e32bc6e5
commit
a119f872fe
2 changed files with 4 additions and 5 deletions
|
@ -50,10 +50,10 @@ bind = , PAUSE, exec, hyprfreeze -a
|
||||||
```
|
```
|
||||||
-h, --help show help message
|
-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
|
-p, --pid toggle suspend by process id
|
||||||
-n, --name toggle suspend by process name/command
|
-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
|
-s, --silent don't send notification
|
||||||
-t, --notif-timeout notification timeout in milliseconds (default 5000)
|
-t, --notif-timeout notification timeout in milliseconds (default 5000)
|
||||||
|
|
|
@ -9,11 +9,10 @@ Utility to suspend a game process (and other programs) in Hyprland.
|
||||||
Options:
|
Options:
|
||||||
-h, --help show help message
|
-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
|
-p, --pid toggle suspend by process id
|
||||||
-n, --name toggle suspend by process name/command
|
-n, --name toggle suspend by process name/command
|
||||||
-r, --prop toggle suspend by clicking on window (supported on hyprland and sway,
|
-r, --prop toggle suspend by clicking on window (hyprprop/swayprop must be installed)
|
||||||
hyprprop/swayprop must be installed)
|
|
||||||
|
|
||||||
-s, --silent don't send notification
|
-s, --silent don't send notification
|
||||||
-t, --notif-timeout notification timeout in milliseconds (default 5000)
|
-t, --notif-timeout notification timeout in milliseconds (default 5000)
|
||||||
|
|
Loading…
Reference in a new issue