diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-10-27 14:08:47 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-10-27 14:08:47 +0100 |
commit | c6b5ff05ecf4072ab83d5618eb41937b0db489c8 (patch) | |
tree | 91c46f22a0c4fd4e8d338691d80992e7f559d643 /README.md | |
parent | 80ff6582a95854712221bf4c84252584566ac041 (diff) |
Add systemd service
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ # GPU Screen Recorder UI A fullscreen overlay UI for [GPU Screen Recorder](https://git.dec05eba.com/gpu-screen-recorder/about/) in the style of ShadowPlay. +# Usage +Run `gsr-ui` and press `Alt+Z` to show/hide the UI. You can start the overlay UI at system startup by running `systemctl enable --now --user gpu-screen-recorder-ui`. + # Dependencies GPU Screen Recorder UI uses meson build system so you need to install `meson` to build GPU Screen Recorder UI. |