Files
omarchy/migrations/1765587218.sh
Ryan Hughes 92af9f41f2 Reorder
2025-12-15 12:38:28 -05:00

18 lines
565 B
Bash

echo "Add custom share portal picker"
omarchy-pkg-add hyprland-preview-share-picker
mkdir -p ~/.config/hyprland-preview-share-picker
omarchy-refresh-config hyprland-preview-share-picker/config.yaml
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
sleep 1
killall -e xdg-desktop-portal-hyprland
killall -e xdg-desktop-portal-wlr
killall xdg-desktop-portal
/usr/lib/xdg-desktop-portal-hyprland &
sleep 2
/usr/lib/xdg-desktop-portal &