From c18b062180c8e2f17697bd388945de642289b832 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 9 Sep 2025 16:45:59 +0200 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3974144..7efd443 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ A fullscreen overlay UI for [GPU Screen Recorder](https://git.dec05eba.com/gpu-s The application is currently primarly designed for X11 but it can run on Wayland as well through XWayland, with some caveats because of Wayland limitations. # Usage +Press `Left Alt+Z` to show/hide the UI. Go into settings (the icon on the right) to view all of the different hotkeys configured.\ You can start the overlay UI and make it start automatically on system startup by running `systemctl enable --now --user gpu-screen-recorder-ui`. Alternatively you can run `gsr-ui` and go into settings and enable start on system startup setting.\ -Press `Left Alt+Z` to show/hide the UI. Go into settings to view all of the different hotkeys configured.\ If you use a non-systemd distro and want to start the UI on system startup then you have to manually add `gsr-ui launch-daemon` to your system startup script.\ A program called `gsr-ui-cli` is also installed when installing this software. This can be used to remotely control the UI. Run `gsr-ui-cli --help` to list the available commands.