Files
illogical-impulse/.config/quickshell/modules/common/ConfigOptions.qml
T
2025-04-10 17:03:57 +02:00

11 lines
151 B
QML

import QtQuick
import Quickshell
pragma Singleton
Singleton {
property QtObject bar: QtObject {
property int workspacesShown: 10
}
}