diff --git a/README.md b/README.md
index ba0935c..dce09d1 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,14 @@
## STARTLINER
-wipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwipwip
-
-A simple (_not yet_) and easy to use (_not yet_) mod manager for [many games](https://silentblue.remywiki.com/ONGEKI:bright_MEMORY) (_more to come_) using [Rainycolor Watercolor](https://rainy.patafour.zip).
+A simple and easy to use launcher and mod manager for [many games](https://silentblue.remywiki.com/ONGEKI:bright_MEMORY) (more to come) using [Rainycolor Watercolor](https://rainy.patafour.zip).
Intended for those who just want a glorified `start.bat` clicker, without VHDs, keychips etc.
(for an all-in-one solution, check out the [BlueSteel launcher](https://yozora.bluesteel.737.jp.net/HarmonyPublic/SOS-Kongou)).
-Made with Rust (Tauri) and Vue. Contributions welcome.
+Made with Rust (Tauri) and Vue. Technically multiplatform. Contributions welcome.
### Usage
-wipwipwipwipwipwipwipwipwipwipwipwip
-
```sh
bun install
bun run tauri dev
@@ -43,7 +39,8 @@ Arbitrary scripts are not supported by design and that will probably never chang
### Features
- Clean data modding
-- Technically multi-platform
+- Monitor selection
+- Etc
### Architecture details
diff --git a/rust/src/display.rs b/rust/src/display.rs
index 20e8cf0..e095358 100644
--- a/rust/src/display.rs
+++ b/rust/src/display.rs
@@ -55,6 +55,13 @@ pub async fn prepare_display(p: &Profile) -> Result