Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 823 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 823 Bytes

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