From 01bdd06e10537cb6de19b61b2348387355963cd7 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 8 Jun 2026 16:40:54 +0200 Subject: [PATCH] No more elephant --- migrations/1779516254.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 migrations/1779516254.sh diff --git a/migrations/1779516254.sh b/migrations/1779516254.sh deleted file mode 100644 index 3fef7150..00000000 --- a/migrations/1779516254.sh +++ /dev/null @@ -1,11 +0,0 @@ -echo "Update elephant symbols paste shortcut for Hyprland 0.55" - -symbols_config=~/.config/elephant/symbols.toml - -if [[ -f $symbols_config ]]; then - sed -i 's/hyprctl dispatch sendshortcut "SHIFT, Insert,"/hyprctl dispatch sendshortcut "SHIFT,Insert,activewindow"/' "$symbols_config" -else - omarchy-refresh-config elephant/symbols.toml -fi - -omarchy-restart-walker