Skip to content

pawelswiszcz/ogi

Repository files navigation

OGI

OGI is the ratbagctl tray icon to change the devices resolution.

Installation

Ogi's dependencies:

Dev build:

  • npm i
  • npm run tauri dev

Production build:

  • npm i
  • npm run tauri build
  • Go to src-tauri/target/release
  • Run the application ./ogi

Issues:

  • Create new Issues here

Releases:

Stack: Tauri + Next.js + Typescript

Recommended IDE Setup