diff options
Diffstat (limited to 'bin/comm-sel')
-rwxr-xr-x | bin/comm-sel | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/comm-sel b/bin/comm-sel index c5508cf..3dc1527 100755 --- a/bin/comm-sel +++ b/bin/comm-sel @@ -6,9 +6,8 @@ case "$TERMINAL" in urxvt) CLASS='-name';; alacritty|kitty) CLASS='--class';; esac -case "$(dmenu_path|grep -E "catgirl$|cordless|scli$"|dmenu -p "choose chat app:")" in +case "$(dmenu_path|grep -E "catgirl$|scli$"|dmenu -p "choose chat app:")" in catgirl) catgirl-open.sh &;; - cordless) $TERMINAL $CLASS comm -e env TERM=xterm-256color cordless &;; scli) $TERMINAL $CLASS comm -e scli&;; *) return;; esac |