1
0
Fork 1
mirror of https://github.com/Zerodya/hyprfreeze.git synced 2024-09-19 15:33:20 +02:00

Update README.md

This commit is contained in:
Nicola 2023-10-20 18:33:34 +02:00 committed by GitHub
parent 02e9f00fde
commit 5f3b9204c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:
```