From 0c3be422188106d2ef66c2573787f45ed162156c Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 29 Mar 2026 23:59:04 +0200 Subject: [PATCH] region selector: switch to rect region mode for region record (circle selection mode won't show the breathing border) --- .../quickshell/ii/modules/ii/regionSelector/RegionSelection.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/.config/quickshell/ii/modules/ii/regionSelector/RegionSelection.qml b/dots/.config/quickshell/ii/modules/ii/regionSelector/RegionSelection.qml index 4f96f2506..99dc88eda 100644 --- a/dots/.config/quickshell/ii/modules/ii/regionSelector/RegionSelection.qml +++ b/dots/.config/quickshell/ii/modules/ii/regionSelector/RegionSelection.qml @@ -291,6 +291,7 @@ PanelWindow { Quickshell.execDetached(command); if (root.action == RegionSelection.SnipAction.Record || root.action == RegionSelection.SnipAction.RecordWithSound) { root.phase = RegionSelection.Phase.Post + root.selectionMode = RegionSelection.SelectionMode.RectCorners } else { root.dismiss(); }