mirror of
https://github.com/Zerodya/hyprfreeze.git
synced 2024-11-09 17:08:49 +01:00
Specify hyprprop optional dependency in help
This commit is contained in:
parent
a6a7493eba
commit
7bca1bb979
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ bind = , PAUSE, exec, hyprfreeze -a
|
|||
-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
|
||||
-r, --prop toggle suspend by clicking on window (hyprprop must be installed)
|
||||
|
||||
-s, --silent don't send notification
|
||||
-t, --notif-timeout notification timeout in milliseconds (default 5000)
|
||||
|
|
|
@ -12,7 +12,7 @@ Options:
|
|||
-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
|
||||
-r, --prop toggle suspend by clicking on window (hyprprop must be installed)
|
||||
|
||||
-s, --silent don't send notification
|
||||
-t, --notif-timeout notification timeout in milliseconds (default 5000)
|
||||
|
|
Loading…
Reference in a new issue