Skip to content

waneon/magfy

Repository files navigation

magfy

universal configurable desktop magnifier.

Supported

Vendor

  • X11
  • Windows
  • Wayland

Backend

  • gnome
  • windows

Installation

Windows

  1. Download the latest magfy.zip and magfy.crt.
  2. Extract magfy.zip to C:\Program Files\magfy.
  3. Install magfy.crt: Install Certificate.. -> Local Machine -> Place all certificates in the following store -> Browse.. -> Trusted Root Certification Authorities.
  4. Create config.yaml inside the magfy.exe-located folder, and configure it.

Manual build

  1. Build magfy.
git clone https://github.com/waneon/magfy
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DVENDOR="X11 | Wayland | Windows"
make
  1. Create config.yaml in that fits your vendor, and configure it.

Usage

Read CONFIGURATION.md for configurations.

Development

Dependencies

  • yaml-cpp