clipboard config options + fade text and keyboard input handling
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user