From fba124745c97e95637f577d0a66a2c0e71352248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Mei=C3=9Felbach?= Date: Sat, 9 Nov 2019 23:23:03 +0100 Subject: Change fallback TERMINAL_COMMAND to urxvt to be consistent with existing README --- sway-launcher-desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway-launcher-desktop.sh') 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"}" -- cgit v1.2.3