forked from Shinonome/dots-hyprland
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);
|
||||
if (root.action == RegionSelection.SnipAction.Record || root.action == RegionSelection.SnipAction.RecordWithSound) {
|
||||
root.phase = RegionSelection.Phase.Post
|
||||
root.selectionMode = RegionSelection.SelectionMode.RectCorners
|
||||
} else {
|
||||
root.dismiss();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user