diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-02-20 19:12:08 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-02-20 19:12:08 +0100 |
commit | 925ce26406dc3b8bbc8bd5bd4d45474fd4488409 (patch) | |
tree | e5979cf30a506a1232dfd6a324e3bbab47395084 /README.md | |
parent | 8832a9ee339186da090a64fff87fdd94d5e937dd (diff) |
More readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ It is recommended to save the video to a SSD because of the large file size, whi NVIDIA driver has a "feature" (read: bug) where it will downclock memory transfer rate when a program uses cuda (or nvenc, which uses cuda), such as GPU Screen Recorder. See https://git.dec05eba.com/gpu-screen-recorder/about/ for more information and how to overcome this. ## Hotkey Hotkeys are currently only supported on X11. Most Wayland compositors are missing a way to bind hotkeys programatically. If you want to have hotkeys then you can bind hotkeys in your Wayland compositors settings. -Bind a key to "killall -SIGINT gpu-screen-recorder" to stop recording (also saves the video when recording a regular video). Bind another key to "killall -SIGUSR1 gpu-screen-recorder" to save a replay and another key to "killall -SIGUSR2 gpu-screen-recorder" to pause/unpause the recording (when recording a regular video). +Bind a key to `killall -SIGINT gpu-screen-recorder` to stop recording (also saves the video when recording a regular video). Bind another key to `killall -SIGUSR1 gpu-screen-recorder` to save a replay and another key to `killall -SIGUSR2 gpu-screen-recorder` to pause/unpause the recording (when recording a regular video). ## Installation This program depends on [gpu-screen-recorder](https://git.dec05eba.com/gpu-screen-recorder/) which needs to be installed first.\ |