mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
dock: fix screen
This commit is contained in:
@@ -20,8 +20,9 @@ Scope { // Scope
|
||||
model: Quickshell.screens
|
||||
|
||||
PanelWindow { // Window
|
||||
required property var modelData
|
||||
id: dockRoot
|
||||
screen: dockLoader.modelData
|
||||
screen: modelData
|
||||
|
||||
property bool reveal: root.pinned
|
||||
|| (Config.options?.dock.hoverToReveal && dockMouseArea.containsMouse)
|
||||
|
||||
Reference in New Issue
Block a user