wip
This commit is contained in:
parent
32edcff102
commit
0296117901
110 changed files with 9713 additions and 5 deletions
13
config/SessionConfig.qml
Normal file
13
config/SessionConfig.qml
Normal file
|
@ -0,0 +1,13 @@
|
|||
pragma Singleton
|
||||
|
||||
import Quickshell
|
||||
import QtQuick
|
||||
|
||||
Singleton {
|
||||
readonly property int dragThreshold: 30
|
||||
readonly property Sizes sizes: Sizes {}
|
||||
|
||||
component Sizes: QtObject {
|
||||
readonly property int button: 80
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue