mirror of
https://github.com/Zerodya/hyprfreeze.git
synced 2024-11-09 17:08:49 +01:00
Update known issues
This commit is contained in:
parent
eb7a531571
commit
11ad4125f7
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@ Useful to:
|
||||||
|
|
||||||
(Also works for any other program; pauses the current active window)
|
(Also works for any other program; pauses the current active window)
|
||||||
### Usage
|
### Usage
|
||||||
Make the script executable, then in your Hyprland config add a bind to the script e.g. :
|
Make the script executable and add a bind in your Hyprland config:
|
||||||
```
|
```
|
||||||
bind = $mainMod, PAUSE, exec, ~/scripts/hyprfreeze
|
bind = $mainMod, PAUSE, exec, ~/scripts/hyprfreeze
|
||||||
```
|
```
|
||||||
|
### Known issues
|
||||||
|
- Mouse input doesn't work inside Xorg/XWayland windows while a Wine/Proton game is paused
|
||||||
|
- Workaround: Run the game in gamescope
|
||||||
|
|
Loading…
Reference in a new issue