1
0
Fork 1
mirror of https://github.com/Zerodya/hyprfreeze.git synced 2024-11-10 01:18:49 +01: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,7 +31,7 @@ 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
```
@ -40,6 +40,8 @@ bind = $mainMod, PAUSE, exec, hyprfreeze -a
-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
```