diff options
| author | Dawid Potocki <github@dawidpotocki.com> | 2023-10-28 07:52:44 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-27 18:52:44 +0000 |
| commit | 42f3efb4b0c57003d8c49e8e946948b458bea873 (patch) | |
| tree | 43f7cb9ffc25821c70251d2e426728b9b3b2eb47 /.local/bin/xdg-terminal-exec | |
| parent | 708d6c67317ca90138681d4a7892cc5db2e092cc (diff) | |
| download | eibhear-42f3efb4b0c57003d8c49e8e946948b458bea873.tar.gz eibhear-42f3efb4b0c57003d8c49e8e946948b458bea873.tar.zst eibhear-42f3efb4b0c57003d8c49e8e946948b458bea873.zip | |
Add xdg-terminal-exec script to launch "$TERMINAL" for .desktop files (#1302)
Diffstat (limited to '.local/bin/xdg-terminal-exec')
| -rwxr-xr-x | .local/bin/xdg-terminal-exec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/xdg-terminal-exec b/.local/bin/xdg-terminal-exec new file mode 100755 index 0000000..12b18ff --- /dev/null +++ b/.local/bin/xdg-terminal-exec @@ -0,0 +1,3 @@ +#!/bin/sh + +"$TERMINAL" -e "$@" |
