summaryrefslogtreecommitdiff
path: root/config/GeneralConfig.qml
blob: 4e2a5fb9fdf7a8015cd08860956014cee8ab77ed (plain)
1
2
3
4
5
6
7
8
9
10
import Quickshell.Io

JsonObject {
    property Apps apps: Apps {}

    component Apps: JsonObject {
        property list<string> terminal: ["foot"]
        property list<string> audio: ["pavucontrol"]
    }
}