diff --git a/migrations/1765587218.sh b/migrations/1765587218.sh index f5ce6ae9..313b030e 100644 --- a/migrations/1765587218.sh +++ b/migrations/1765587218.sh @@ -2,5 +2,13 @@ echo "Add custom share portal picker" omarchy-pkg-add hyprland-preview-share-picker 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 + sed -i '/screencopy {/a\ custom_picker_binary = hyprland-preview-share-picker' ~/.config/hypr/xdph.conf + + 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 & fi