We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47d7864 + a7783fa commit 6f51279Copy full SHA for 6f51279
Configs/.local/lib/hyde/gnome-terminal
@@ -7,8 +7,9 @@ scrDir="$(dirname "$(realpath "$0")")"
7
# shellcheck disable=SC1091
8
source "${scrDir}/globalcontrol.sh"
9
10
-term=${TERMINAL}
11
-term=${term:-$(gsettings get org.gnome.desktop.default-applications.terminal exec)}
+
+term=${TERMINAL:-${_TERMINAL:-kitty}}
12
+term=${term:-$(gsettings get org.gnome.desktop.default-applications.terminal exec | xargs )}
13
term=${term:-kitty}
14
15
$term "$@"
0 commit comments