aboutsummaryrefslogtreecommitdiffstats
path: root/sway-launcher-desktop.sh
diff options
context:
space:
mode:
authorMoritz Meißelbach <arbelzapf@gmail.com>2019-11-09 23:19:05 +0100
committerMoritz Meißelbach <arbelzapf@gmail.com>2019-11-09 23:19:05 +0100
commitfb6dcf58c08c6e464193d3e7464d7301f949166e (patch)
tree2db51157564a8ed772bf260de00c0f173c78d0be /sway-launcher-desktop.sh
parent8b8c4b3bf7e6053061aafb880bb7084cea6ef6f4 (diff)
downloadsway-launcher-desktop-fb6dcf58c08c6e464193d3e7464d7301f949166e.tar.gz
sway-launcher-desktop-fb6dcf58c08c6e464193d3e7464d7301f949166e.zip
Change fallback TERMINAL_COMMAND to urxvt to be consistent with existing README
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 23b11e5..8861afe 100755
--- a/sway-launcher-desktop.sh
+++ b/sway-launcher-desktop.sh
@@ -11,7 +11,7 @@ IFS=$'\n\t'
# Defaulting terminal to termite, 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:="termite -e"}"
+TERMINAL_COMMAND="${TERMINAL_COMMAND:="urxvt -e"}"
GLYPH_COMMAND=" "
GLYPH_DESKTOP=" "
HIST_FILE="${XDG_CACHE_HOME:-$HOME/.cache}/${0##*/}-history.txt"