Skip to content

Commit 1614e03

Browse files
[applications] Add ghostty
Close albertlauncher/albert#1507
1 parent c31ef8b commit 1614e03

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

applications/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
22
find_package(Albert REQUIRED)
33

4-
project(applications VERSION 13.14)
4+
project(applications VERSION 13.15)
55

66
file(GLOB_RECURSE I18N_SOURCES src/*)
77

applications/src/xdg/plugin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const map<QString, QStringList> Plugin::exec_args // command > ExecArg
6464
{"footclient", {}}, // yes empty
6565
// {"gmrun", {}},
6666
{"gnome-terminal", {"--"}},
67+
{"ghostty", {"-e"}},
6768
// {"guake", {}},
6869
// {"hyper", {}},
6970
{"io.elementary.terminal", {"-x"}},

0 commit comments

Comments
 (0)