From d91e2c9ecbb3cbbac4a19a0de573eb5ccad85a57 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:18:10 -0500 Subject: [PATCH] docs(examples): update uri examples (#2118) --- docs/source/about/guides/app_examples.rst | 44 +++++++++++------------ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/source/about/guides/app_examples.rst b/docs/source/about/guides/app_examples.rst index 514bb5c7..ca834e4a 100644 --- a/docs/source/about/guides/app_examples.rst +++ b/docs/source/about/guides/app_examples.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^ @@ -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) """""""""""""""""""""""""""""""""" @@ -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) """"""""""""""""""""""""""""""""""" @@ -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