diff --git a/.bin/dexec_super b/.bin/dexec_super index 1e7c6ea..691e055 100755 --- a/.bin/dexec_super +++ b/.bin/dexec_super @@ -18,7 +18,7 @@ github telegram " -SEL=$(printf "$KEYS" | $DMENU_CMD -p "Next key") +SEL=$(printf "$KEYS" | $DMENU_CMD -p "Next key" -b -l 20) case "$SEL" in openbsd) texec "ssh -t openbsd.codevoid.de"; ;;