mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
10 lines
196 B
Bash
Executable File
10 lines
196 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# omarchy:summary=Open the Voxtype configuration file
|
|
|
|
set -e
|
|
|
|
# Used by Voxtype waybar module to open config on right click
|
|
|
|
exec omarchy-launch-editor ~/.config/voxtype/config.toml
|