W.O.P.R

(★ 87)

Steam / Gamescope gaming mode launcher for Omarchy OS (Hyprland, Arch)

File Explorer

  • Configuration
  • Contributing
  • files and Paths
  • Installation
  • Known limitations
  • Launch summary.png
  • LICENSE
  • MangoHud overlay selection.png
  • Previous settings prompt.png
  • README.md
  • Requirements
  • Resolution selection.png
  • Screenshots
  • TROUBLESHOOTING.md
  • Uninstall
  • Usage
  • WOPR.sh

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

gum

View Details ▼

Make glamorous shell scripts.
See also: `whiptail`, `dialog`.

gum choose {{"option1" "option2" "..."}}

Interactively pick a specific option to print to `stdout`:

gum input --placeholder "{{value}}"

Open an interactive prompt for the user to input a string with a specific placeholder:

gum confirm "{{Continue?}}" --default=false --affirmative "{{Yes}}" --negative "{{No}}" {{&& echo "Yes selected" || echo "No selected"}}

Open an interactive confirmation prompt and exit with either `<0>` or `<1>`:

🔍

pacman

View Details ▼

Arch Linux package manager utility.
See also: `pacman-sync`, `pacman-remove`, `pacman-query`, `pacman-upgrade`, `pacman-files`, `pacman-database`, `pacman-deptest`, `pacman-key`, `pacman-mirrors`.
For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>.

sudo pacman -Syu

[S]ynchronize and update all packages:

sudo pacman -S {{package}}

Install a new package:

sudo pacman -Rs {{package}}

[R]emove a package and its dependencies:

// repository documentation