From 925ce26406dc3b8bbc8bd5bd4d45474fd4488409 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 20 Feb 2024 19:12:08 +0100 Subject: More readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ffa0b4..b647a9b 100644 --- a/README.md +++ b/README.md @@ -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.\ -- cgit v1.2.3