Mirrors the Tmux binding on SUPER + ALT + RETURN. Herdr reattaches to the persistent session on its own, so the launcher needs no attach-or-create dance.
6 lines
130 B
Bash
Executable File
6 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# omarchy:summary=Launch or attach to the persistent herdr session in a terminal
|
|
|
|
exec omarchy-launch-terminal herdr
|