Use floating terminal

This commit is contained in:
David Heinemeier Hansson
2025-08-27 14:19:07 +02:00
parent 90cdbd5504
commit b264c6540a
4 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
cmd="$*"
setsid alacritty --class Omarchy -e bash -c "omarchy-show-logo; $cmd; omarchy-show-done"

View File

@@ -1,4 +0,0 @@
#!/bin/bash
cmd="$*"
setsid alacritty -e bash -c "omarchy-show-logo; $cmd; omarchy-show-done"

View File

@@ -26,7 +26,7 @@ terminal() {
}
present_terminal() {
alacritty --class Omarchy -e bash -c "omarchy-show-logo; eval \"$1\"; omarchy-show-done;"
omarchy-launch-floating-terminal-with-presentation $1
}
edit_in_nvim() {