Add hyprland-preview-share-picker

This commit is contained in:
Ryan Hughes
2025-12-13 00:42:13 -05:00
parent 5789c0a1fb
commit abffb0abfe
4 changed files with 79 additions and 0 deletions

6
migrations/1765587218.sh Normal file
View File

@@ -0,0 +1,6 @@
echo "Add custom share portal picker"
omarchy-pkg-add hyprland-preview-share-picker-git
if ! grep -q "custom_picker_binary" ~/.config/hypr/xdph.conf; then
sed -i '/screencopy {/a\ custom_picker_binary = hyprland-preview-share-picker' ~/.config/hypr/xdph.conf
fi