Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(examples): update uri examples #2118

Merged
merged 1 commit into from
Feb 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions docs/source/about/guides/app_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ Steam Big Picture

.. tab:: Windows

+----------------------+-----------------------------------+
| Application Name | ``Steam Big Picture`` |
+----------------------+-----------------------------------+
| Detached Commands | ``steam steam://open/bigpicture`` |
+----------------------+-----------------------------------+
| Image | ``steam.png`` |
+----------------------+-----------------------------------+
+----------------------+-----------------------------+
| Application Name | ``Steam Big Picture`` |
+----------------------+-----------------------------+
| Detached Commands | ``steam://open/bigpicture`` |
+----------------------+-----------------------------+
| Image | ``steam.png`` |
+----------------------+-----------------------------+

Epic Game Store game
^^^^^^^^^^^^^^^^^^^^
Expand All @@ -67,11 +67,11 @@ URI (Epic)

.. tab:: Windows

+----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
| Application Name | ``Surviving Mars`` |
+----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
| Detached Commands | ``cmd /C "start com.epicgames.launcher://apps/d759128018124dcabb1fbee9bb28e178%3A20729b9176c241f0b617c5723e70ec2d%3AOvenbird?action=launch&silent=true"`` |
+----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
| Application Name | ``Surviving Mars`` |
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
| Detached Commands | ``com.epicgames.launcher://apps/d759128018124dcabb1fbee9bb28e178%3A20729b9176c241f0b617c5723e70ec2d%3AOvenbird?action=launch&silent=true`` |
+----------------------+--------------------------------------------------------------------------------------------------------------------------------------------+

Binary (Epic w/ working directory)
""""""""""""""""""""""""""""""""""
Expand Down Expand Up @@ -124,11 +124,11 @@ URI (Steam)

.. tab:: Windows

+----------------------+---------------------------------------------+
| Application Name | ``Surviving Mars`` |
+----------------------+---------------------------------------------+
| Detached Commands | ``cmd /C "start steam://rungameid/464920"`` |
+----------------------+---------------------------------------------+
+----------------------+------------------------------+
| Application Name | ``Surviving Mars`` |
+----------------------+------------------------------+
| Detached Commands | ``steam://rungameid/464920`` |
+----------------------+------------------------------+

Binary (Steam w/ working directory)
"""""""""""""""""""""""""""""""""""
Expand Down Expand Up @@ -258,11 +258,11 @@ Changing Resolution and Refresh Rate

.. tab:: KDE Plasma (Wayland, X11)

+----------------------+----------------------------------------------------------------------------------------------------------------------------------+
| Command Preparations | Do: ``sh -c "kscreen-doctor output.HDMI-A-1.mode.${SUNSHINE_CLIENT_WIDTH}x${SUNSHINE_CLIENT_HEIGHT}@${SUNSHINE_CLIENT_FPS}"`` |
| +----------------------------------------------------------------------------------------------------------------------------------+
| | Undo: ``kscreen-doctor output.HDMI-A-1.mode.3840x2160@120`` |
+----------------------+----------------------------------------------------------------------------------------------------------------------------------+
+----------------------+-------------------------------------------------------------------------------------------------------------------------------+
| Command Preparations | Do: ``sh -c "kscreen-doctor output.HDMI-A-1.mode.${SUNSHINE_CLIENT_WIDTH}x${SUNSHINE_CLIENT_HEIGHT}@${SUNSHINE_CLIENT_FPS}"`` |
| +-------------------------------------------------------------------------------------------------------------------------------+
| | Undo: ``kscreen-doctor output.HDMI-A-1.mode.3840x2160@120`` |
+----------------------+-------------------------------------------------------------------------------------------------------------------------------+

.. tab:: NVIDIA

Expand Down
Loading