about summary refs log tree commit diff stats
path: root/bin/comm-sel
diff options
context:
space:
mode:
Diffstat (limited to 'bin/comm-sel')
-rwxr-xr-xbin/comm-sel6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/comm-sel b/bin/comm-sel
index 0678679..6ef97d9 100755
--- a/bin/comm-sel
+++ b/bin/comm-sel
@@ -6,9 +6,9 @@
 if command -v st-altscreen>/dev/null; then
 	TERMINAL="st-altscreen"
 fi
-case "$(dmenu_path|grep -E "epic5$|6cord|scli$"|dmenu -p "choose chat app:")" in
+case "$(dmenu_path|grep -E "epic5$|cordless|scli$"|dmenu -p "choose chat app:")" in
 	epic5) $TERMINAL -c comm -e epic5 -l "$XDG_CONFIG_HOME/epic/epicrc" ensa&;;
-	6cord) $TERMINAL -c comm -e env TERM=xterm 6cord&;;
+	cordless) $TERMINAL -c comm -e cordless&;;
 	scli) $TERMINAL -c comm -e scli&;;
-	*) notify-send "comm-sel error" "invalid program selection"&&return 1;;
+	*) return;;
 esac