nosignal-shell/config/GeneralConfig.qml
2025-09-14 16:59:19 +10:00

12 lines
310 B
QML

import Quickshell.Io
JsonObject {
property Apps apps: Apps {}
component Apps: JsonObject {
property list<string> terminal: ["foot"]
property list<string> audio: ["pavucontrol"]
property list<string> playback: ["mpv"]
property list<string> explorer: ["thunar"]
}
}