Use hyphenated gaming command routes

This commit is contained in:
David Heinemeier Hansson
2026-05-27 11:15:21 +02:00
parent 0acac408e4
commit 8914d30be7
8 changed files with 32 additions and 2 deletions
+2
View File
@@ -1,6 +1,8 @@
#!/bin/bash
# omarchy:summary=Install and launch Geforce Now.
# omarchy:group=install
# omarchy:name=gaming geforce-now
set -e
+2
View File
@@ -1,6 +1,8 @@
#!/bin/bash
# omarchy:summary=Install lib32 graphics drivers (Vulkan + NVIDIA) for any detected GPUs.
# omarchy:group=install
# omarchy:name=gaming gpu-lib32
# omarchy:requires-sudo=true
set -e
+2
View File
@@ -1,6 +1,8 @@
#!/bin/bash
# omarchy:summary=Install Xbox Cloud Gaming as a web app and launch it.
# omarchy:group=install
# omarchy:name=gaming xbox-cloud
set -e
@@ -1,6 +1,8 @@
#!/bin/bash
# omarchy:summary=Install support for using Xbox controllers with Steam/RetroArch/etc.
# omarchy:group=install
# omarchy:name=gaming xbox-controllers
# omarchy:requires-sudo=true
set -e
+2
View File
@@ -1,6 +1,8 @@
#!/bin/bash
# omarchy:summary=Remove the GeForce NOW Flatpak app and its data.
# omarchy:group=remove
# omarchy:name=gaming geforce-now
set -e
@@ -1,6 +1,8 @@
#!/bin/bash
# omarchy:summary=Remove the xpadneo Xbox controller driver and undo its module/blacklist config.
# omarchy:group=remove
# omarchy:name=gaming xbox-controllers
# omarchy:requires-sudo=true
set -e