#!/bin/bash
set -e

# Used by Voxtype waybar module to open config on right click

exec omarchy-launch-editor ~/.config/voxtype/config.toml
