Files
z-bar-qt/Config/ClipboardConfig.qml
T
zach e29763134e
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 36s
Python / lint-format (pull_request) Successful in 35s
Python / test (pull_request) Successful in 58s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m46s
clipboard config options + fade text and keyboard input handling
2026-06-11 20:02:38 +02:00

14 lines
225 B
QML

import Quickshell.Io
JsonObject {
property bool enabled: true
property int maxEntriesShown: 10
property Sizes sizes: Sizes {
}
component Sizes: JsonObject {
property int itemHeight: 60
property int width: 500
}
}