From e455d1bd68d2e0df0b4b57bfc2f4194e8be13853 Mon Sep 17 00:00:00 2001 From: Pierre Olivier Martel Date: Tue, 27 Jan 2026 05:42:42 -0500 Subject: [PATCH] Enable auto-pasting for the emoji picker (#4344) * Enable auto-pasting for the emoji picker * Excess CR --------- Co-authored-by: David Heinemeier Hansson --- config/elephant/symbols.toml | 1 + migrations/1769182209.sh | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 config/elephant/symbols.toml create mode 100644 migrations/1769182209.sh diff --git a/config/elephant/symbols.toml b/config/elephant/symbols.toml new file mode 100644 index 00000000..3144c152 --- /dev/null +++ b/config/elephant/symbols.toml @@ -0,0 +1 @@ +command = 'wl-copy && hyprctl dispatch sendshortcut "SHIFT, Insert,"' diff --git a/migrations/1769182209.sh b/migrations/1769182209.sh new file mode 100644 index 00000000..ae4825de --- /dev/null +++ b/migrations/1769182209.sh @@ -0,0 +1,4 @@ +echo "Enable auto-pasting for the emoji picker" + +omarchy-refresh-config elephant/symbols.toml +omarchy-restart-walker