forked from Shinonome/dots-hyprland
dock: previews
This commit is contained in:
@@ -23,7 +23,7 @@ Scope { // Scope
|
||||
id: dockRoot
|
||||
screen: modelData
|
||||
|
||||
property bool reveal: root.pinned || dockMouseArea.containsMouse
|
||||
property bool reveal: root.pinned || dockMouseArea.containsMouse || dockApps.requestDockShow
|
||||
|
||||
anchors {
|
||||
bottom: true
|
||||
@@ -35,9 +35,6 @@ Scope { // Scope
|
||||
cheatsheetLoader.active = false
|
||||
}
|
||||
exclusiveZone: root.pinned ? implicitHeight - Appearance.sizes.hyprlandGapsOut : 0
|
||||
Component.onCompleted: {
|
||||
console.log(ConfigOptions.dock.hoverRegionHeight)
|
||||
}
|
||||
|
||||
implicitWidth: dockBackground.implicitWidth
|
||||
WlrLayershell.namespace: "quickshell:dock"
|
||||
@@ -114,7 +111,7 @@ Scope { // Scope
|
||||
}
|
||||
}
|
||||
DockSeparator {}
|
||||
DockApps {}
|
||||
DockApps { id: dockApps }
|
||||
DockSeparator {}
|
||||
DockButton {
|
||||
onClicked: Hyprland.dispatch("global quickshell:overviewToggle")
|
||||
|
||||
Reference in New Issue
Block a user