mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
region selector: switch to rect region mode for region record
(circle selection mode won't show the breathing border)
This commit is contained in:
@@ -291,6 +291,7 @@ PanelWindow {
|
|||||||
Quickshell.execDetached(command);
|
Quickshell.execDetached(command);
|
||||||
if (root.action == RegionSelection.SnipAction.Record || root.action == RegionSelection.SnipAction.RecordWithSound) {
|
if (root.action == RegionSelection.SnipAction.Record || root.action == RegionSelection.SnipAction.RecordWithSound) {
|
||||||
root.phase = RegionSelection.Phase.Post
|
root.phase = RegionSelection.Phase.Post
|
||||||
|
root.selectionMode = RegionSelection.SelectionMode.RectCorners
|
||||||
} else {
|
} else {
|
||||||
root.dismiss();
|
root.dismiss();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user