From 9417edac8df6453d7eeda4c913b34762839c538e Mon Sep 17 00:00:00 2001 From: bbedward Date: Tue, 10 Mar 2026 15:56:40 -0400 Subject: [PATCH] fix(popout): anchor cc and notification center to top and bottom --- quickshell/Modules/ControlCenter/ControlCenterPopout.qml | 2 +- .../Modules/Notifications/Center/NotificationCenterPopout.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quickshell/Modules/ControlCenter/ControlCenterPopout.qml b/quickshell/Modules/ControlCenter/ControlCenterPopout.qml index 0b9aa9ea..065d09c1 100644 --- a/quickshell/Modules/ControlCenter/ControlCenterPopout.qml +++ b/quickshell/Modules/ControlCenter/ControlCenterPopout.qml @@ -12,7 +12,7 @@ DankPopout { id: root layerNamespace: "dms:control-center" - fullHeightSurface: false + fullHeightSurface: true property string expandedSection: "" property var triggerScreen: null diff --git a/quickshell/Modules/Notifications/Center/NotificationCenterPopout.qml b/quickshell/Modules/Notifications/Center/NotificationCenterPopout.qml index 3f9c2f80..2c58e62c 100644 --- a/quickshell/Modules/Notifications/Center/NotificationCenterPopout.qml +++ b/quickshell/Modules/Notifications/Center/NotificationCenterPopout.qml @@ -7,7 +7,7 @@ DankPopout { id: root layerNamespace: "dms:notification-center-popout" - fullHeightSurface: false + fullHeightSurface: true property bool notificationHistoryVisible: false property var triggerScreen: null