Add QS emoji picker

This commit is contained in:
David Heinemeier Hansson
2026-05-17 09:47:45 +02:00
parent d92c277e87
commit 25c718e3df
8 changed files with 359 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
echo "Migrate emoji picker shortcut to use Quickshell emoji picker"
if [[ -f ~/.config/hypr/bindings/utilities.lua ]]; then
sed -i 's/omarchy-launch-walker -m symbols/omarchy-shell-ipc shell toggle omarchy.emoji-picker "{}"/' ~/.config/hypr/bindings/utilities.lua
fi
if [[ -f ~/.config/hypr/bindings.lua ]]; then
sed -i 's/omarchy-launch-walker -m symbols/omarchy-shell-ipc shell toggle omarchy.emoji-picker "{}"/' ~/.config/hypr/bindings.lua
fi