diff --git a/README.md b/README.md index 7747f39..e1e309b 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,14 @@ You can also install gpu screen recorder from [flathub](https://flathub.org/apps # Usage Start the program by running `gsr-ui` or clicking on `GPU Screen Recorder` on your desktop or in your application launcher. -Press `Left Alt+Z` to show/hide the UI. Go into the settings (the icon on the right) to view all of the different hotkeys configured.\ +Press `Left Alt+Z` to show/hide the UI. Go into the settings (the icon on the right) to view all of the different hotkeys configured. + If you want the program to start on system startup and have it running in the background where it can be controlled with the hotkeys at any time -then open the UI and go into the settings (the icon on the right) and enable "Start program on system startup?".\ +then open the UI and go into the settings (the icon on the right) and enable "Start program on system startup?". The application will be added to `~/.config/autostart/gpu-screen-recorder-ui.desktop`. This will be launched automatically when you use a desktop environment, -but if you use a minimal window manager then you need to use a XDG autostart program such as `dex`, or launch the program manually from your window manager startup script.\ +but if you use a minimal window manager then you need to use a XDG autostart program such as `dex` (for example run `dex -a -s ~/.config/autostart` at startup), +or launch the program manually from your window manager 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. # Dependencies diff --git a/depends/mglpp b/depends/mglpp index a4c17ab..0542df4 160000 --- a/depends/mglpp +++ b/depends/mglpp @@ -1 +1 @@ -Subproject commit a4c17aba1f93fc4ef7ef83b9aad58a4a10cd6c96 +Subproject commit 0542df4974a28899eeda9c12f1aaaf6e14875219 diff --git a/src/Utils.cpp b/src/Utils.cpp index 0f129c9..f6ec7f4 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -371,5 +371,4 @@ namespace gsr { std::string output; return exec_program_on_host_get_stdout(args, output, false) == 0; } - } \ No newline at end of file