aboutsummaryrefslogtreecommitdiffstats
path: root/sway-launcher-desktop.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sway-launcher-desktop.sh')
-rwxr-xr-xsway-launcher-desktop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway-launcher-desktop.sh b/sway-launcher-desktop.sh
index 8861afe..a046062 100755
--- a/sway-launcher-desktop.sh
+++ b/sway-launcher-desktop.sh
@@ -8,7 +8,7 @@ set -o pipefail
trap 's=$?; echo "$0: Error on line "$LINENO": $BASH_COMMAND"; exit $s' ERR
IFS=$'\n\t'
-# Defaulting terminal to termite, but feel free to either change
+# Defaulting terminal to urxvt, but feel free to either change
# this or override with an environment variable in your sway config
# It would be good to move this to a config file eventually
TERMINAL_COMMAND="${TERMINAL_COMMAND:="urxvt -e"}"