mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
7 lines
266 B
Bash
7 lines
266 B
Bash
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
|
|
fi
|