English | 中文
Essential Launch Options at Your Fingertips.
Easily copy useful launch arguments for your Steam games and non-Steam apps directly from Decky Loader.
(Replace with your actual screenshot or logo)
Stop typing long commands manually. Decky Run Options provides a quick, copy-paste interface for common Chromium/Electron and application flags.
- 🔍 Scale Factor: Quick access to
--force-device-scale-factor=1.25to fix UI scaling issues. - 🖥️ Fullscreen Modes:
- Standard:
--start-fullscreenfor regular fullscreen apps. - Kiosk:
--kioskfor locked, restricted fullscreen experiences.
- Standard:
- 🪟 Window Size: Preset
--window-size=1280,800for the perfect Steam Deck aspect ratio. - 🌐 Multi-Language: Built-in support for English and Simplified Chinese (简体中文).
- 📋 One-Click Copy: Instantly copy any command to your clipboard with a single tap.
- Open the Quick Access Menu (QAM) on your Steam Deck.
- Navigate to the Decky Option plugin.
- Tap Copy to clipboard under the desired option.
- Paste it into the end of Launch Options of your game or app in Steam Properties!
This plugin is built using the decky-plugin-template.
- Node.js (v18+)
- pnpm (recommended)
# Install dependencies
pnpm install
# Build the plugin
pnpm run build
# For development with live reload
pnpm run watch# Assuming you have the CLI set up or use the VScode task
pnpm run deployThis project is licensed under the BSD-3-Clause License.