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:
parent
02e9f00fde
commit
5f3b9204c2
1 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue