forked from Shinonome/dots-hyprland
config option for csd of quickshell windows
This commit is contained in:
@@ -154,6 +154,10 @@ Singleton {
|
|||||||
property string dateFormat: "dddd, dd/MM"
|
property string dateFormat: "dddd, dd/MM"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
property QtObject windows: QtObject {
|
||||||
|
property bool showTitlebar: true // Client-side decoration for shell apps
|
||||||
|
}
|
||||||
|
|
||||||
property QtObject hacks: QtObject {
|
property QtObject hacks: QtObject {
|
||||||
property int arbitraryRaceConditionDelay: 20 // milliseconds
|
property int arbitraryRaceConditionDelay: 20 // milliseconds
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -256,7 +256,9 @@ ApplicationWindow {
|
|||||||
fill: parent
|
fill: parent
|
||||||
margins: contentPadding
|
margins: contentPadding
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
|
visible: ConfigOptions?.windows.showTitlebar
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
implicitHeight: Math.max(welcomeText.implicitHeight, windowControlsRow.implicitHeight)
|
implicitHeight: Math.max(welcomeText.implicitHeight, windowControlsRow.implicitHeight)
|
||||||
StyledText {
|
StyledText {
|
||||||
|
|||||||
Reference in New Issue
Block a user