From 1ba6b761f02f759779ff79aa672aa98f8375ac92 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 21 Oct 2025 13:22:55 +0200 Subject: [PATCH] allow corner hover open for horizontal bar --- .../quickshell/ii/modules/screenCorners/ScreenCorners.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/screenCorners/ScreenCorners.qml b/dots/.config/quickshell/ii/modules/screenCorners/ScreenCorners.qml index 67bd899ef..55173b664 100644 --- a/dots/.config/quickshell/ii/modules/screenCorners/ScreenCorners.qml +++ b/dots/.config/quickshell/ii/modules/screenCorners/ScreenCorners.qml @@ -64,7 +64,6 @@ Scope { id: sidebarCornerOpenInteractionLoader active: { if (!Config.options.sidebar.cornerOpen.enable) return false; - if (!Config.options.bar.vertical && Config.options.sidebar.cornerOpen.bottom == Config.options.bar.bottom) return false; if (cornerPanelWindow.fullscreen) return false; return (Config.options.sidebar.cornerOpen.bottom == cornerWidget.isBottom); }