mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-04 22:10:44 +09:00
Improve readme dex
This commit is contained in:
@@ -11,11 +11,14 @@ You can also install gpu screen recorder from [flathub](https://flathub.org/apps
|
|||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
Start the program by running `gsr-ui` or clicking on `GPU Screen Recorder` on your desktop or in your application launcher.
|
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
|
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,
|
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.
|
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
|
# Dependencies
|
||||||
|
|||||||
Submodule depends/mglpp updated: a4c17aba1f...0542df4974
@@ -371,5 +371,4 @@ namespace gsr {
|
|||||||
std::string output;
|
std::string output;
|
||||||
return exec_program_on_host_get_stdout(args, output, false) == 0;
|
return exec_program_on_host_get_stdout(args, output, false) == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user