1
0
Fork 1
mirror of https://github.com/Zerodya/hyprfreeze.git synced 2024-11-10 01:18:49 +01:00
hyprfreeze/README.md

13 lines
482 B
Markdown
Raw Normal View History

2023-09-02 18:18:38 +02:00
# hyprfreeze
2023-09-02 18:58:22 +02:00
Simple bash script to pause a game process in Hyprland, allowing you to resume it later.
Useful to:
- Pause games during unskippable cutscenes and similar scenarios
- Save system resources (CPU and GPU are free, the process is saved in RAM)
(Also works for any other program; pauses the current active window)
### Usage
Make the script executable, then in your Hyprland config add a bind to the script e.g. :
```
bind = $mainMod, PAUSE, exec, ~/scripts/hyprfreeze
```